@charset "UTF-8";

:root {
    --primary-color: #f5bd26;
    --secondary-color: #FFCE00;
    --yellow-color: #d7b665;
    /* h5 in slider */
    --text: #e1dfdf;
    /* p span i  */
    --text-color: #787878;
    --text-hover: #000000;
    /* h */
    --text-header: #01122ef0;
    --bg-header: #01122e;
}



@font-face {
    font-family: 'ALMARAI';
    src: url('../fonts/ARBFONTS-ALMARAI-LIGHT.TTF');
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;

}

@font-face {
    font-family: 'Air-Strip';
    src: url('../fonts/Air-Strip-Arabic.ttf');
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
}




@font-face {
    font-family: 'moolbor';
    src: url('../font en/moolbor.ttf');
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
}

@font-face {
    font-family: 'Dateline';
    src: url('../font en/SourceCodePro-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Faune';
    src: url('../font en/Faune-TextRegular.otf');
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../font en/SourceSansPro-Light.ttf');
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Light.ttf');
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-icon i {
    font-size: 80px;
    /* color: var(--bg-header); */
    color: var(--secondary-color);
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    /* color: #212529; */
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}


/* resonsive */

@media (max-width: 576px) {
    .meta-phone {
        display: inline;
        color: var(--yellow-color);
        font-size: 17px;
        font-family: 'moolbor';
    }

    .banner-info {
        top: 0%;
    }

    .text-header {
        width: 100%;
    }

    .w3l-feature-3 .info {
        margin-top: 20px;
    }

    .w3l-main-slider .slider-info {
        height: 500px;
    }

    .w3l-bootstrap-header li.nav-item {
        margin: 0px 3px;
    }

    .w3l-feature-3 .grid.top-bottom {
        margin-top: -20px;
    }

    .orderSection .col-lg-3 {
        margin-top: 10px;
    }

    .w3l-bootstrap-header .container {
        flex-direction: row;
    }

    .w3l-bootstrap-header a.navbar-brand {
        display: none;
    }

    .w3l-bootstrap-header .navbar-toggler {
        margin-right: 20px;
    }

    .navbar-brand .lofo-footer {
        float: right;
        width: 50%;
        margin-bottom: 10px;
    }

    .w3l-footer-29-main .footer-list-29 a h1 {
        font-size: 30px;
        margin-right: 10px;
    }

    .blog-image {
        height: 200px;
    }

    .movetop {
        width: 40px;
        height: 40px;
    }

    .w3l-form-12 .section {
        flex-direction: column-reverse;
    }

    .w3l-form-12 .column1 {
        margin-top: 15px;
        padding: 0;
    }

    .w3l-footer-29-main .footer-top-29 .footer-list-29 {
        margin-top: 32px;
        padding: 0 15px;
    }

    .btn-theme2 {
        padding: 10px 15px;
        font-size: 15px;
    }

    .w3l-feature-3 .three-grids-columns h4 {
        height: 36px;
        overflow: hidden;
    }

    .products .owl-next {
        transform: translate(10px, -15px);
    }

    .products .owl-prev {
        transform: translate(-10px, -15px);
    }

    .w3l-main-slider .owl-next,
    .w3l-main-slider .owl-prev {
        overflow: hidden;
        height: 0;
        display: none;
    }

    .bg-img {
        height: 350px;
    }

    .w3l-contacts-12 .main-social-1 {
        width: 100%;
    }

    .contact_info_container {
        flex-direction: column;
    }

    .campany-name-footer {
        font-size: 28px;
        transform: translateX(20px);
    }

    .img-about {
        height: 200px;
    }

    .text-about {
        font-size: 18px;
    }

    .text-icon i {
        text-align: center;
        margin: auto;
    }

    .w3l-text-11 .row {
        flex-direction: column-reverse;
    }

    .project-img .img {
        height: 200px;
    }
}

@media (min-width: 576px) {
    .meta-phone {
        display: inline;
        color: var(--yellow-color);
        font-size: 17px;
        font-family: 'moolbor';
    }

    .banner-info {
        top: 0%;
    }

    .text-header {
        width: 100%;
    }

    .w3l-feature-3 .info {
        margin-top: 20px;
    }

    .w3l-main-slider .slider-info {
        height: 500px;
    }

    .w3l-bootstrap-header li.nav-item {
        margin: 0px 3px;
    }

    .w3l-feature-3 .grid.top-bottom {
        margin-top: -100px;
    }

    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }

    .orderSection .col-lg-3 {
        margin-top: 00px;
    }

    .w3l-bootstrap-header .container {
        flex-direction: row;
    }

    .w3l-bootstrap-header a.navbar-brand {
        display: none;
    }

    .w3l-bootstrap-header .navbar-toggler {
        margin-right: 20px;
    }

    .navbar-brand .lofo-footer {
        float: right;
        width: 50%;
    }

    .w3l-footer-29-main .footer-list-29 a h1 {
        /* font-size: 35px; */
        /* margin-right: 19px; */
    }

    .blog-image {
        height: 250px;
    }

    .movetop {
        width: 50px;
        height: 50px;
    }

    .w3l-form-12 .section {
        flex-direction: column-reverse;
    }

    .w3l-form-12 .column1 {
        margin-top: 15px;
        padding: 0;
    }

    .w3l-footer-29-main .footer-top-29 .footer-list-29 {
        margin-top: 10px;
    }

    .btn-theme2 {
        padding: 10px 30px;
        font-size: 16px;
    }

    .w3l-feature-3 .three-grids-columns h4 {
        height: 50px;
        overflow: hidden;
    }

    .products .owl-next {
        transform: translate(65px, 25px);
    }

    .products .owl-prev {
        transform: translate(-65px, 25px);
    }

    .w3l-main-slider .owl-next,
    .w3l-main-slider .owl-prev {
        overflow: hidden;
        height: 0;
    }

    .bg-img {
        height: 350px;
    }

    .w3l-contacts-12 .main-social-1 {
        width: 100%;
    }

    .contact_info_container {
        flex-direction: column;
    }

    .campany-name-footer {
        font-size: 45px;
    }

    .img-about {
        height: 300px;
    }

    .text-about {
        font-size: 18px;
    }

    .text-icon i {
        text-align: center;
        margin: auto;
    }

    .w3l-text-11 .row {
        flex-direction: column-reverse;
    }

    .project-img .img {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .meta-phone {
        display: none;
    }

    .banner-info {
        top: 15%;
    }



    .w3l-feature-3 .info {
        margin-top: 0px;
    }

    .w3l-main-slider .slider-info {
        height: 600px;
    }

    .w3l-bootstrap-header li.nav-item {
        margin: 0px 3px;
    }

    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }

    .w3l-bootstrap-header .container {
        flex-direction: row;
    }

    .w3l-bootstrap-header a.navbar-brand {
        display: none;
    }

    .w3l-bootstrap-header .navbar-toggler {
        margin-right: 20px;
    }

    .blog-image {
        height: 120px;
    }

    .w3l-form-12 .section {
        flex-direction: row;
    }

    .w3l-form-12 .column1 {
        margin-top: 0px;
        padding: 0px 2rem;
    }

    .w3l-main-slider .owl-next,
    .w3l-main-slider .owl-prev {
        overflow: auto;
        height: 50px;
    }

    .bg-img {
        height: 450px;
    }

    .w3l-contacts-12 .main-social-1 {
        width: 50%;
    }

    .contact_info_container {
        flex-direction: row-reverse;
    }

    .campany-name-footer {
        font-size: 56px;
        transform: translateX(20px);
    }

    .img-about {
        height: 400px;
    }

    .text-about {
        font-size: 20px;
    }

    .text-icon i {
        text-align: center;
        margin-right: 0;
    }

    .w3l-text-11 .row {
        flex-direction: row-reverse;
    }

    .project-img .img {
        height: 500px;
    }
}

@media (min-width: 992px) {


    .w3l-main-slider .slider-info {
        height: 800px;
    }

    .w3l-bootstrap-header li.nav-item {
        margin: 0px 3px;
    }

    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }

    .w3l-bootstrap-header .container {}

    .w3l-bootstrap-header a.navbar-brand {
        display: inline;
    }

    .w3l-bootstrap-header .navbar-toggler {
        margin-right: 0px;
    }

    .blog-image {
        height: 120px;
    }

    .blog-image {
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 1200px) {
    .w3l-bootstrap-header li.nav-item {
        margin: 0px 3px;
    }

    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }

    .blog-image {
        height: 90px;
        width: 90px;
    }
}

@media (min-width: 1400px) {
    .w3l-bootstrap-header li.nav-item {
        margin: 0px 10px;
    }

    .blog-image {
        height: 100px;
        width: 100px;
    }
}

.shadow .fs-1.mt-4 {
    color: var(--secondary-color);
}

.w3l-main-slider .owl-next {
    transform: translateX(-20px);
}

.w3l-main-slider .owl-prev {
    transform: translateX(20px);
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #002147;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

#navbarSupportedContent .navbar-nav {
    margin-left: auto;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}


/*dropdown style*/

.dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown li {
    position: relative;
}

.dropdown li a {
    color: var(--bg-header);
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 15px;
    text-align: left;
}

.dropdown li ul {
    position: absolute;
    top: 100%;
    right: 10px;
    margin: 0;
    padding-top: 13px;
    list-style: none;
    display: none;
    line-height: normal;
    color: var(--font-color);
    background-color: var(--bg-color);
    border-radius: 5px;
    width: 200px;
}

.dropdown li ul li a {
    text-align: left;
    padding: 10px 15px 10px 10px;
    display: block;
    white-space: nowrap;
    color: var(--bg-header);
}

.dropdown li ul li a:hover {
    color: var(--primary-color);
}

.dropdown li ul li ul {
    right: 100%;
    text-align: right;
    top: 0;
}

ul li ul {
    display: none;
}

ul li:hover>ul {
    display: block;
    z-index: 100;
}

.border-dropdown {
    border: 2px solid var(--nav-color);
    border-radius: 6px 0 6px 6px;
    padding: 11px 0;
    background: var(--bg);
    position: relative;
}

.border-dropdown::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -1px;
    width: 40%;
    height: 3px;
    background: var(--primary-color);
}

.ul-dropdown {
    padding-left: 10px;
}

.active-menu {
    min-width: 10rem;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    text-align: right;
}

.ul-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
}

.ul-dropdown.sec-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

.ul-dropdown li a {}


/* projects */

.bg-project {
    background: rgb(0 0 0 / 63%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row.item {
    flex-direction: row;
}

.projects img {
    height: 250px;
    transition: 0.8s;
    overflow: hidden;
    border-radius: 5px;
}

.projects .hover14.column {
    overflow: hidden;
    border-radius: 5px;
}

.projects .card:hover img {
    transform: scale(1.1);
    border-radius: 5px;
}

.projects .card-body {
    background: #fff0;
    color: var(--text-color);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%) !important;
}

.projects .card-body p {
    color: var(--text-color);
    text-align: left;
    height: 115px;
    font-size: 19px;
    overflow: hidden;
    font-family: Faune;
    
}

.projects .card-body:hover p {
    color: #000;
}

.projects .card-body .d-flex.justify-content-between {
    flex-direction: row;
    border-top: 1px solid #e7e7e7;
}

.projects .card-text {
    text-align: center;
    margin: 10px 0;
    color: #000;
    height: 60px;
    overflow: hidden;
    ;
    ;
}

.projects .service-header {
    height: 56px;
    overflow: hidden;
}


/* single  projects */

.cart-starts {
    justify-content: space-between;
    flex-direction: row;
}

.d-flex.cart-starts button {
    border: 0px;
    background-color: #ff000000;
}

.d-flex.cart-starts .fa-cart-shopping {
    color: var(--text-color);
}

.add-cart {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.cart-items {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    flex-direction: row-reverse;
}

.no-gutters .col-12.row {
    flex-direction: row;
}

.project .project-body {}

.project .project-body p {
    line-height: 34px;
    font-size: 17px;
    color: var(--text-color);
}

.sidebar.blog {
    background: #f0f8ff;
    border: 1px solid #ffffff;
    border-radius: 6px;
}

.blog .owl-carousel .owl-nav button.owl-next,
.blog .owl-carousel .owl-nav button.owl-prev {
    display: none;
}

.project .sidebar .blog-title {
    position: relative;
    top: 1px;
    z-index: 2;
    border-radius: 8px 8px 0 0;
    background: var(--text-header);
    text-align: center;
    color: var(--primary-color);
}

.sidebar .categories {
    position: relative;
    padding: 10px 0px;
    border-radius: 0 0 8px 8px;
    /* background-image: url(../images/bg/garden.jpg); */
    /* background-size: cover; */
}

.sidebar .categories::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    /* background: rgb(0 0 0 /70%); */
    border-radius: 0 0 8px 8px;
}

.categories li {
    position: relative;
    transition: 0.5s;
    z-index: 1;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    /* border: 1px solid; */
}

.categories i {
    color: var(--primary-color);
    padding: 0px;
    margin-right: 3px;
    font-size: 20px;
}

.categories a {
    color: var(--primary-color);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 19px;
    /* color: #000000; */
    width: 100%;
}


/* //projects */


/* Services */

.services .card {
    cursor: pointer;
}

.services .modal-body p {
    padding: 25px 0;
    font-size: 16x;
}

.services .modal-header {
    flex-direction: row-reverse;
}

@media (min-width: 576px) {
    .services .modal-dialog {
        max-width: 800px;
    }
}


/* Services */


/*dropdown style*/

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    text-align: left;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left;
}

.input-group>.custom-file {
    display: flex;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #002147;
    background-color: #002147;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #005cc7;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #0074fa;
    border-color: #0074fa;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #002147;
    background-color: #002147;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 33, 71, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 33, 71, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 33, 71, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 33, 71, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #005cc7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #005cc7;
    box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #002147;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #0074fa;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #002147;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #0074fa;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #002147;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #0074fa;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #002147;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 2rem;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-toggler .fa-solid.fa-bars {
    font-size: 25px;
}

.collapse.show .navbar-nav {
    align-items: start;
}

.collapse.show .navbar-nav .nav-item {
    margin: 5px 0;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background-color: white;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.alert-secondary .alert-link {
    color: #514000;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #002147;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #002147;
    border-color: #002147;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #001125;
    background-color: #b8c1cb;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #001125;
    background-color: #a9b4c0;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001125;
    border-color: #001125;
}

.list-group-item-secondary {
    color: #846800;
    background-color: #fef0b8;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #846800;
    background-color: #feeb9f;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #846800;
    border-color: #846800;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

@media (max-width: 1200px) {
    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: static;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.footer-29-main .footer-list-29 p {
    font-size: 15px;
    color: #ababab;
    padding-bottom: 4px;
}

.w3l-footer-29-main p i {
    margin-top: 7px;
    margin-left: 10px;
    font-size: 14px;
}

.socal-footer {
    display: flex;
    flex-direction: row;
}

.socal-footer a {
    background: #0e1a24;
    border-radius: 10px;
}

.social {
    border-radius: 4px;
}

.social:hover {
    color: #fdc800;
}

.social {
    border-radius: 4px;
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #002147 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #000914 !important;
}

.bg-secondary {
    background-color: #fdc800 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #caa000 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #002147 !important;
}

.border-secondary {
    border-color: #fdc800 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    /* position: relative !important; */
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        /* padding: 3rem !important; */
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
    color: var(--primary-color);
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #002147 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: black !important;
}

.text-secondary {
    color: #fdc800 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #b18c00 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    /* abbr[title]::after {
        content: " ("attr(title) ")";
    } */
    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}


/* :root {
    --theme-color: #002147;
    --secondary-color: #fdc800;
    --opposite-color: #fdc800;
    --text-color: #585858;
    --title-color: #1a1d2d;
    --white-color: #ffffff;
    --light-bg-color: #f6f6f6;
} */

html {
    scroll-behavior: smooth;
}

.noscroll {
    overflow: hidden;
    height: 100vh;
}

body,
html {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
    /* width: 100%; */
}

.icon-card{
    text-align: left;
}

.more-icon{
    transform: scaleX(-1);
}

button,
input,
select {
    outline: none;
}

button,
.btn,
select {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

iframe {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 16px;
}

span.diff {
    color: var(--secondary-color);
}

.btn-theme {
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 0;
}

.btn-theme:hover {
    background: var(--theme-color);
    outline: none;
}

.btn-secondary:focus,
.btn-secondary.focus {
    background-color: none !important;
    border-color: none !important;
    box-shadow: none !important;
}

.btn-theme1 {
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 0;
}

.btn-theme1:hover {
    background: var(--theme-color);
    outline: none;
}

.btn-secondary:focus,
.btn-secondary.focus {
    background-color: none !important;
    border-color: none !important;
    box-shadow: none !important;
}

.btn-theme1:focus {
    border-color: none !important;
}

.btn-theme2 {
    color: var(--text-header);
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    float: left;
}

.btn-theme {
    padding: 10px 30px;
    color: var(--text-header);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
}

.btn-theme2:hover {
    background: var(--secondary-color);
    border: 2px solid var(--primary-color);
    color: var(--text-hover);
}

.btn-theme2:focus {
    border-color: none !important;
}

.btn-theme4,
.btn-theme3 {
    padding: 6px 16px;
    color: var(--text-header);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    transition: 0.5s;
}

.btn-theme4:hover,
.btn-theme3:hover {
    background: var(--secondary-color);
    border: 2px solid var(--primary-color);
    color: var(--text-hover);
}

a.read {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    display: inline-block;
}

a.read:hover {
    color: var(--opposite-color);
}

.heading {
    max-width: 750px;
    text-align: right;
}

.head {
text-align: left !important;
}

.heading h3 {
    font-size: 36px;
    line-height: 42px;
    color: var(--text);
}

.heading p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
}

h4.sub-title {
    font-size: 18px;
    margin: 0;
    text-align: center;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    /* direction: rtl; */
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
    font-family: sans-serif;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.w3l-top-menu-1 {
    /*-- Bottom Menu Styling --*/
    /*-- //Bottom Menu Styling --*/
    /*-- responsive design --*/
    /*-- //responsive design --*/
}

.w3l-top-menu-1 .top-hd {
    background: #000000;
}

.w3l-top-menu-1 .top-menu-top {
    align-items: center;
}

.w3l-top-menu-1 .social-top li {
    display: inline-block;
}

.w3l-top-menu-1 .social-top li a {
    font-size: 16px;
    color: #ffffff;
}

.w3l-top-menu-1 .social-top li a:hover {
    opacity: 0.8;
}

.w3l-top-menu-1 .social-top {
    text-align: right;
}

.w3l-top-menu-1 .top-head li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px 10px;
    display: inline-block;
}

.top-menu-top .accounts {
    text-align: left;
}

.w3l-top-menu-1 .accounts li:nth-child(1) {
    margin-left: 0;
}

.w3l-top-menu-1 .top-head li i.fas {
    font-size: 16px;
    color: #ffffff;
}

.w3l-top-menu-1 ul li {
    display: inline-block;
}

.w3l-top-menu-1 .accounts li i.fas {
    padding-right: 5px;
    color: var(--yellow-color);
}

.w3l-top-menu-1 .accounts li {
    display: inline-block;
    margin: 0 24px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.w3l-top-menu-1 .accounts li a {
    color: #ffffff;
}

.w3l-top-menu-1 .accounts li a:hover {
    color: var(--opposite-color);
}

.w3l-top-menu-1 .accounts li:nth-child(3) {
    margin-right: 0;
}

@media (max-width: 1080px) {
    .w3l-top-menu-1 .accounts li {
        margin: 0 6px;
    }
}

@media (max-width: 992px) {
    .w3l-top-menu-1 .social-top {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .w3l-top-menu-1 li.top_li1 {
        display: none;
    }
}

@media (max-width: 568px) {
    .w3l-top-menu-1 .social-top {
        padding-right: 15px;
    }
}

.logo {
    width: 70px;
    height: 75px;
}

.w3l-bootstrap-header {
    position: fixed;
    /* top: 0; */
    width: 100%;
    z-index: 22;
    padding: 0 !important;
}

.navbar.navbar-expand-lg.navbar-light {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 99;
    text-align: center;
}

.w3l-bootstrap-header .navbar-brand {
    position: relative;
}

.w3l-bootstrap-header .navbar-brand span {
    position: absolute;
    bottom: -25px;
    left: 5px;
    font-size: 12px;
}

.w3l-bootstrap-header .container {
    background-color: var(--text-header);
    border-radius: 10px;
}

s .w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(-50px);
}

.w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--white-color);
    border: 1px #d5d5d5ee solid;
    display: block;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -6px;
    left: 49%;
    z-index: 1001;
    display: none;
}

.w3l-bootstrap-header .dropdown-toggle::after {
    margin-left: 0.1em;
    border-top: 0.3em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
    vertical-align: middle;
    display: none;
}

.w3l-bootstrap-header .dropdown-item:hover,
.w3l-bootstrap-header .dropdown-item:focus {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
    text-align: left;
}

.w3l-bootstrap-header nav.navbar {
    /* background-color: #01122ef0; */
    flex-direction: row-reverse;
}

.search-form {
    width: 20%;
    transition: width 0.4s ease-in-out;
}

.navbar-brand.company-info {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.w3l-bootstrap-header .form-inline .search {
    display: inline-block;
    text-align: left;
    width: 100%;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    color: var(--title-color);
    -webkit-appearance: none;
    border: 1px solid #dedede;
    padding-right: 38px;
}

.w3l-bootstrap-header button.btn-search {
    right: 0;
}

.w3l-bootstrap-header a.navbar-brand {
    color: var(--yellow-color);
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    transition: 0.5s;
}

.w3l-bootstrap-header a.navbar-brand p {
    transform: translateY(2px);
    font-weight: 600;
    font-size: 30px;
    padding-left: 5px;
    transition: 0.5s;
}

.w3l-bootstrap-header a.navbar-brand span {
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    vertical-align: text-bottom;
    transform: translate(-13px, -11px);
}

.w3l-bootstrap-header .navbar {
    padding: 0;
}

.w3l-bootstrap-header .navbar-light .navbar-brand:hover,
.w3l-bootstrap-header .navbar-light .navbar-brand:focus {
    color: var(--secondary-color);
}


/*  */


.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:hover,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:focus {
    color: var(--secondary-color);
}

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link {
    color: var(--yellow-color);
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 18px;
}

.w3l-bootstrap-header li.nav-item {
    /* margin: 0px 10px; */
}

.w3l-bootstrap-header li.nav-item:nth-child(6) {
    margin-right: 0px;
}

.w3l-bootstrap-header .navbar-toggler {
    padding: 0.25rem 0.6rem;
    font-size: 1rem;
    background-color: #fdc800;
    border: none;
    outline: none;
}

.w3l-bootstrap-header .navbar-toggler:hover {
    background-color: #e4cc86;
}

@media (max-width: 992px) {

    .w3l-bootstrap-header .navbar-light .navbar-nav .show>.nav-link,
    .w3l-bootstrap-header .navbar-light .navbar-nav .active>.nav-link,
    .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.show,
    .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.active {
        color: var(--opposite-color);
    }

    .w3l-bootstrap-header .container {
        background-color: var(--bg-header);
    }

    .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link {
        color: var(--yellow-color);
    }

    a.nav-link {}

    .w3l-bootstrap-header span.navbar-toggler-icon.fa.fa-bars {
        padding-top: 4px;
    }

    .w3l-bootstrap-header .navbar-light .navbar-toggler-icon {
        background-image: none !important;
        color: #fff;
    }

    .w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: translateX(0px);
    }

    .w3l-bootstrap-header .navbar-expand-lg .navbar-nav .dropdown-menu:before {
        top: -5px;
        left: 4%;
    }

    .w3l-bootstrap-header div#navbarSupportedContent {
        background: var(--theme-color);
        padding: 10px;
        border-radius: 4px;
        position: relative;
        border: 1px rgba(0, 0, 0, 0.09) solid;
        /* max-height: calc(100vh - 120px); */
        /* overflow: auto; */
    }

    .w3l-bootstrap-header div#navbarSupportedContent:before {
        content: "";
        width: 10px;
        height: 10px;
        background: var(--theme-color);
        border-left: 1px rgba(0, 0, 0, 0.09) solid;
        border-top: 1px rgba(0, 0, 0, 0.09) solid;
        display: block;
        transform: translateX(-50%) rotateZ(45deg);
        position: absolute;
        top: -5px;
        right: 12px;
        z-index: 1001;
    }
}

@media (max-width: 569px) {
    .w3l-bootstrap-header nav.navbar {
        padding: 0 15px;
    }
}

@media (max-width: 320px) {
    .w3l-bootstrap-header a.navbar-brand {
        font-size: 28px;
    }

    .w3l-bootstrap-header .navbar-brand {
        margin-right: 0rem;
    }
}

.w3l-header-4 .button span.fa {
    color: var(--icon-color);
}

.w3l-header-4 a.brand-logo span.fa {
    color: var(--opposite-color);
}

.w3l-header-4 #headers4-block {
    margin: 0px auto;
}

.w3l-header-4 .header-align {
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 40px;
}

.w3l-header-4 a.brand-logo {
    color: var(--title-color);
    font-weight: bold;
    font-size: 36px;
}

.w3l-header-4 input#nav {
    display: none;
}

.w3l-header-4 label.nav {
    display: none;
}

.w3l-header-4 ul.nav-links li {
    display: inline-block;
    font-weight: 400;
}

.w3l-header-4 ul.nav-links li:last-child {
    margin-left: auto;
}

.w3l-header-4 ul.nav-links li a {
    font-size: 15px;
    color: #3b5266;
    text-decoration: none;
    padding: 0px 17px;
    display: block;
}

.w3l-header-4 ul.nav-links li a:hover {
    color: #000000;
}

.w3l-header-4 a.actionbg {
    font-size: 16px;
    text-align: center;
    color: var(--btn-color);
    background: var(--white-color);
    width: 90px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    border-radius: 3px;
}

.w3l-header-4 a.actionbg:hover {
    color: #ffffff;
    background: var(--opposite-color);
}

.w3l-header-4 .toggle-2,
.w3l-header-4 .toggle,
.w3l-header-4 [id^="drop"] {
    display: none;
}

.w3l-header-4 nav {
    margin-left: auto;
    padding: 0;
    margin-top: 0px;
}

.w3l-header-4 #logo a {
    float: left;
}

.w3l-header-4 #logo a img {
    height: 30px;
}

.w3l-header-4 nav:after {
    content: "";
    display: table;
    clear: both;
}

.w3l-header-4 nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.w3l-header-4 nav ul ul:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--white-color);
    border-left: 1px var(--white-color) solid;
    border-top: 1px var(--white-color) solid;
    display: block;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -6px;
    left: 49%;
    z-index: 1001;
}

.w3l-header-4 .form-inline .search {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    color: var(--title-color);
    -webkit-appearance: none;
    border: 1px solid #dedede;
    padding-right: 38px;
}

.w3l-header-4 button.btn-search {
    right: 0;
}

.w3l-header-4 nav ul li {
    display: inline-block;
    margin: 0px 15px;
    position: relative;
}

.w3l-header-4 nav ul li:last-child {
    margin-right: 0px;
}

.w3l-header-4 nav a {
    font-weight: 400;
    display: inline-block;
    transition: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: var(--title-color);
    text-transform: capitalize;
}

.w3l-header-4 .angle-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: 0.16em;
    content: "";
    border-top: 0.3em solid var(--title-color);
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
}

.w3l-header-4 .angle-dropdown-sub {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.1em;
    vertical-align: 0.16em;
    content: "";
    border-top: 0.3em solid #ffffff;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    transform: rotate(-90deg);
}

.w3l-header-4 nav a:hover {
    color: var(--opposite-color);
}

.w3l-header-4 nav ul ul {
    display: none;
    position: absolute;
    top: 64px;
    /* width: 175px; */
    left: -50px;
    padding: 10px 20px;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transform: translateX(-50px);
}

.w3l-header-4 nav ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 160px;
    width: 160px;
    background: var(--btn-color);
    z-index: 999;
    border: 1px solid var(--btn-color);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    border-left: 0px solid var(--theme-color);
    border-radius: 3px;
}

.w3l-header-4 nav ul li:hover>ul {
    display: inherit;
}

.w3l-header-4 nav ul ul li {
    width: 175px;
    float: none;
    display: list-item;
    position: relative;
    margin: 2px 0;
}

.w3l-header-4 nav ul ul li a {
    display: block;
    padding: 5px 12px;
    color: var(--title-color);
    text-transform: capitalize;
}

.w3l-header-4 nav a {
    padding: 20px 0;
}

.w3l-header-4 nav ul ul li a:hover {
    background: transparent;
    transition: 0.3s ease;
}

.w3l-header-4 nav ul ul ul li {
    position: relative;
    top: 0;
    left: 0px;
    /* has to be the same number as the "width" of "nav ul ul li" */
}

.w3l-header-4 li>a:only-child:after {
    content: "";
}

@media all and (max-width: 1080px) {
    .w3l-header-4 .header-align {
        grid-gap: 25px;
    }
}

@media all and (max-width: 992px) {
    .w3l-header-4 .navigation {
        float: none;
    }

    .w3l-header-4 a.actionbg {
        display: none;
    }

    .w3l-header-4 .logo {
        float: left;
    }

    .w3l-header-4 .nav-mobile-block {
        display: block !important;
    }

    .w3l-header-4 nav a.border-left {
        border-left: none !important;
    }

    .w3l-header-4 .toggle+a,
    .w3l-header-4 .menu {
        display: none;
    }

    .w3l-header-4 .toggle {
        display: block;
        text-decoration: none;
        border: none;
        float: right;
        margin-bottom: 0;
        cursor: pointer;
        color: var(--white-color);
        background: var(--opposite-color);
        padding: 4px 10px;
        border-radius: 3px;
        margin-top: 12px;
    }

    .w3l-header-4 .menu .toggle {
        float: none;
        margin: auto;
        padding: 5px 0;
        font-weight: normal;
        font-size: 15px;
        background: transparent;
        color: #111;
    }

    .w3l-header-4 .toggle:hover {
        opacity: 0.8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .w3l-header-4 [id^="drop"]:checked+ul {
        display: block;
        padding: 10px 15px;
        background: var(--theme-color);
        width: 100%;
        border-radius: 4px;
    }

    .w3l-header-4 ul.menu {
        overflow-y: scroll;
        z-index: 9999;
    }

    .w3l-header-4 nav ul ul::-webkit-scrollbar,
    .w3l-header-4 .header-4 ul.menu::-webkit-scrollbar {
        width: 4px;
    }

    .w3l-header-4 nav ul ul::-webkit-scrollbar-track,
    .w3l-header-4 .header-4 ul.menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff;
        border-radius: 5px;
    }

    .w3l-header-4 nav ul ul::-webkit-scrollbar-thumb,
    .w3l-header-4 .header-4 ul.menu::-webkit-scrollbar-thumb {
        background: rgba(82, 82, 82, 0.4);
    }

    .w3l-header-4 nav ul {
        float: right;
    }

    .w3l-header-4 nav {
        margin: 0 0 0 0px;
        order: 3;
    }

    .w3l-header-4 nav ul li {
        display: block;
        width: 100%;
        margin: 0;
    }

    .w3l-header-4 nav a:hover,
    .w3l-header-4 nav ul ul ul a {
        background-color: transparent;
    }

    .w3l-header-4 nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        left: 0;
        transform: translateX(0px);
        /* has to be the same number as the "line-height" of "nav a" */
    }

    .pricing-style-w3ls.row,
    .section-title.row,
    .row.main-cont-wthree-fea {
        flex-direction: row-reverse;
    }

    .w3l-faq-page .btn-theme2 {
        float: left;
    }

    .w3l-header-4 nav ul ul li:hover>ul,
    .w3l-header-4 nav ul li:hover>ul {
        display: none;
    }

    .w3l-header-4 nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .w3l-header-4 nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    .w3l-header-4 .navigation nav a {
        margin: 8px 0;
    }

    .w3l-header-4 label.toggle.toogle-2,
    .w3l-header-4 label.toggle.toogle-3,
    .w3l-header-4 label.toggle.toogle-4,
    .w3l-header-4 label.toggle.toogle-5,
    .w3l-header-4 label.toggle.toogle-6 {
        display: block;
        transition: none;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        color: #fff;
    }

    .w3l-header-4 label.toggle.toogle-2:hover,
    .w3l-header-4 label.toggle.toogle-3:hover,
    .w3l-header-4 label.toggle.toogle-4:hover,
    .w3l-header-4 label.toggle.toogle-5:hover,
    .w3l-header-4 label.toggle.toogle-6:hover {
        color: var(--opposite-color);
    }

    .w3l-header-4 nav ul ul {
        margin-top: 10px;
        background: #fff !important;
    }

    .w3l-header-4 nav ul ul ul {
        border: 1px solid #bc4a16;
        box-shadow: 0 0px 6px 0 #bc4a16;
        position: static;
    }

    .w3l-header-4 nav ul ul li a {
        padding: 5px 0px;
    }

    .w3l-header-4 .angle-dropdown-sub {
        transform: rotate(0deg);
        border-top: 0.3em solid #ffffff;
    }

    .w3l-header-4 .button span.fa {
        font-size: 20px;
    }

    .w3l-header-4 nav ul ul li a:hover {
        background: transparent;
        transition: 0.3s ease;
    }

    .w3l-header-4 nav a {
        display: block;
        color: #fff;
    }

    .w3l-header-4 nav a:hover {
        color: var(--opposite-color);
    }

    .w3l-header-4 .angle-dropdown {
        border-top: 0.3em solid #fff;
    }

    .w3l-header-4 #headers4-block {
        padding: 10px 0;
    }

    .w3l-header-4 nav a {
        padding: 4px 0;
    }

    .w3l-header-4 nav ul ul:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        border-left: 1px #fff solid;
        border-top: 1px #fff solid;
        display: block;
        transform: translateX(-50%) rotateZ(45deg);
        position: absolute;
        top: -5px;
        left: 25px;
        z-index: 1001;
    }

    .w3l-header-4 .button {
        display: none;
    }
}

@media (max-width: 900px) {
    .w3l-header-4 .button {
        right: 11em;
    }
}

@media (max-width: 800px) {

    .w3l-header-4 .logo,
    .w3l-header-4 .button {
        z-index: 9;
    }

    .w3l-header-4 a.actionbg {
        width: 90px;
        height: 35px;
        line-height: 35px;
    }

    .w3l-header-4 .button {
        right: 8em;
    }
}

@media (max-width: 768px) {
    .w3l-header-4 .button {
        right: 7em;
    }
}

@media (max-width: 736px) {
    .w3l-header-4 .button {
        right: 12em;
    }
}

@media (max-width: 668px) {
    .w3l-header-4 .button {
        right: 10em;
    }
}

@media (max-width: 641px) {
    .w3l-header-4 .button {
        right: 9em;
    }
}

@media (max-width: 601px) {
    .w3l-header-4 .button {
        right: 8em;
    }
}

@media (max-width: 569px) {
    .w3l-header-4 .button {
        right: 6em;
    }
}

@media (max-width: 441px) {
    .w3l-header-4 .button {
        top: 1.2em;
    }
}

@media (max-width: 387px) {
    .w3l-header-4 a.brand-logo {
        font-size: 30px;
    }

    .w3l-header-4 .toggle {
        margin-top: 2px;
    }

    .w3l-header-4 ul.menu {
        top: 59px;
    }
}

@media (max-width: 320px) {
    .w3l-header-4 a.brand-logo {
        font-size: 30px;
    }

    .w3l-header-4 .toggle {
        margin-top: 2px;
    }

    .w3l-header-4 .button {
        right: 5.8em;
        top: 0.9em;
    }
}


/* slider */

.w3l-main-slider .bg-item {
    position: relative;
}

.w3l-main-slider .bg-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(16 16 16 / 25%);
}

.w3l-main-slider .owl-next {
    transform: translateX(-20px);
}

.w3l-main-slider .owl-prev {
    transform: translateX(20px);
}

.w3l-main-slider li {
    list-style-type: none;
}

.w3l-main-slider h3.banner-text {
    font-size: 56px;
    line-height: 62px;
    text-transform: capitalize;
    max-width: 600px;
    font-weight: 600;
    color: #fff;

}

.w3l-main-slider p.banner-para {
    color: #eaeaea;
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 30px;
    max-width: 750px;
}

.banner-info {
    position: absolute;
    z-index: 1000;
    width: 90%;
    left:10%;
}

.banner-info button {
    position: absolute;
    bottom: -90px;
    left: 18%;
    font-family: Air-Strip
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    .banner-info button {
        position: absolute;
        bottom: -90px;
        left: 30%;
        font-family: Air-Strip
    }
}
/* .banner-info a {
    position: absolute;
    bottom: -90px;
    right: 18%;
} */

.w3l-main-slider .banner-info-bg ul li {
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}

.w3l-main-slider .banner-info-bg h4 {
    display: block;
    font-size: 46px;
    color: var(--text);
    text-align: left;
    margin-right: auto;
    font-family: 'Dateline';
    animation-name: example1;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    margin-top: 9rem;
}

.w3l-main-slider .banner-info-bg h6 {
    display: block;
    font-size: 28px;
    color: #e1dfdfc2;
    margin-top: 50px;
    text-align: left;
    width: 50%;
    margin-right: auto;
    line-height: 39px;
    font-family: Faune;
    animation-name: example2;
    animation-duration: 11s;
    animation-iteration-count: infinite;
}

.w3l-main-slider .banner-info-bg p {
    color: #fff !important;
    margin-top: 10px;
    width: 50%;
    font-size: 18px !important;
    animation-name: example2;
    animation-duration: 11s;
    line-height: 26px;
    color: var(--white-color);
}

@keyframes example1 {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    75% {
        opacity: 0.7;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes example2 {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }

    75% {
        opacity: 0.7;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 414px) {
    .heading h3 {
        font-size: 25px;
        line-height: 36px;
        font-weight: 100;
    }

    .w3l-main-slider .banner-info-bg h4 {
        font-size: 34px;
    }

    .w3l-main-slider .banner-info-bg h6 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 100;
        width: 100%;
        margin-top: 10px;
        height: 145px;
        overflow: hidden;
    }

    .banner-info {
        top: 0px;
    }
}

@media (max-width: 412px) {
    .btn-theme3 {
        padding: 8px 8px;
    }
}

.w3l-main-slider .banner-info-bg ul {
    margin: 24px 0;
}

.w3l-main-slider .banner-info-bg span.fa {
    color: var(--theme-color);
}

.w3l-main-slider ul.banner-ul span.fa {
    color: var(--text-color);
}

.w3l-main-slider .banner-info-bg {
    /* max-width: 700px; */
}

.w3l-main-slider p.text-label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.w3l-main-slider .banner-slider {
    position: relative;
    z-index: 1;
}

.w3l-main-slider .slider-info a img {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.w3l-main-slider .banner-view {
    background-size: cover;
    min-height: 600px;
    /* min-height: 441px; */
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
}

.w3l-main-slider .banner-view,
.w3l-main-slider .banner-top1,
.w3l-main-slider .banner-top2,
.w3l-main-slider .banner-top3 {
    background-size: cover;
}

.w3l-main-slider .banner-view:before {
    content: "";
    background: rgba(7, 10, 12, 0.45);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-main-slider .csslider>input {
    display: none;
}

.w3l-main-slider .csslider>input:nth-of-type(10):checked~ul li:first-of-type {
    margin-left: -900%;
}

.w3l-main-slider .csslider>input:nth-of-type(9):checked~ul li:first-of-type {
    margin-left: -800%;
}

.w3l-main-slider .csslider>input:nth-of-type(8):checked~ul li:first-of-type {
    margin-left: -600%;
}

.w3l-main-slider .csslider>input:nth-of-type(7):checked~ul li:first-of-type {
    margin-left: -600%;
}

.w3l-main-slider .csslider>input:nth-of-type(6):checked~ul li:first-of-type {
    margin-left: -600%;
}

.w3l-main-slider .csslider>input:nth-of-type(5):checked~ul li:first-of-type {
    margin-left: -400%;
}

.w3l-main-slider .csslider>input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%;
}

.w3l-main-slider .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%;
}

.w3l-main-slider .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%;
}

.w3l-main-slider .csslider>input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0%;
}

.w3l-main-slider .csslider>ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.w3l-main-slider .csslider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;
}

.w3l-main-slider .csslider>ul>li.scrollable {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.w3l-main-slider .csslider>.navigation {
    z-index: 10;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}

.w3l-main-slider .page-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    cursor: pointer;
}

.w3l-main-slider .csslider>.navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 30px 20px;
    /* height: 11px; */
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.w3l-main-slider .csslider>.navigation label:hover:after {
    opacity: 1;
}

.w3l-main-slider .csslider>.navigation label:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 0px;
    /* margin-left: -6px; */
    /* margin-top: -6px; */
    opacity: 0;
    width: 100%;
    /* height: 13px; */
    border-top: 2px var(--theme-white) solid;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    height: 100%;
    opacity: 0.4;
}

.w3l-main-slider .csslider>.arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3l-main-slider .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.w3l-main-slider .csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.w3l-main-slider .csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.w3l-main-slider .csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.w3l-main-slider .csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.w3l-main-slider .csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.w3l-main-slider .csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.w3l-main-slider .csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.w3l-main-slider .csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.w3l-main-slider .csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.w3l-main-slider .csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.w3l-main-slider .csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after,
.w3l-main-slider .csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
    opacity: 1;
}

.w3l-main-slider .csslider>.arrows {
    position: absolute;
    bottom: 48%;
    width: 100%;
    height: 26px;
    z-index: 1;
    box-sizing: content-box;
}

.w3l-main-slider .csslider>.arrows label {
    display: none;
    position: absolute;
    padding: 8px;
    box-shadow: inset 2px -2px 0 1px #fff;
    cursor: pointer;
    transition: box-shadow 0.15s, margin 0.15s;
}

.w3l-main-slider .csslider>.arrows label:hover {
    box-shadow: inset 3px -3px 0 2px #fff;
    margin: 0 0px;
}

.w3l-main-slider .csslider>.arrows label:before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
}

.w3l-main-slider .csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.w3l-main-slider .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.w3l-main-slider .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.w3l-main-slider .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
.w3l-main-slider .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
.w3l-main-slider .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
.w3l-main-slider .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
.w3l-main-slider .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
.w3l-main-slider .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
.w3l-main-slider .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
.w3l-main-slider .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
.w3l-main-slider .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
    display: block;
    left: 40px;
    top: 4px;
    transform: rotate(45deg);
}

.w3l-main-slider .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.w3l-main-slider .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.w3l-main-slider .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.w3l-main-slider .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.w3l-main-slider .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.w3l-main-slider .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.w3l-main-slider .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.w3l-main-slider .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.w3l-main-slider .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.w3l-main-slider .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.w3l-main-slider .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.w3l-main-slider .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
    display: block;
    right: 40px;
    top: 4px;
    left: auto;
    transform: rotate(225deg);
}

.w3l-main-slider #slider1>input:nth-of-type(1):checked~ul #bg,
.w3l-main-slider #slider1>input:nth-of-type(2):checked~ul #bg1,
.w3l-main-slider #slider1>input:nth-of-type(3):checked~ul #bg2,
.w3l-main-slider #slider1>input:nth-of-type(4):checked~ul #bg3 {
    width: 100%;
    transition: 0.5s 0.5s;
    text-align: center;
    padding: 0;
    height: 100%;
}

.w3l-main-slider #slider1>input:nth-of-type(1):checked~ul #bg div,
.w3l-main-slider #slider1>input:nth-of-type(2):checked~ul #bg1 div,
.w3l-main-slider #slider1>input:nth-of-type(3):checked~ul #bg2 div,
.w3l-main-slider #slider1>input:nth-of-type(4):checked~ul #bg3 div {
    transform: translate(0);
    transition: 0.5s 0.9s;
}

@media (max-width: 1366px) {
    .w3l-main-slider .banner-top-inner-page {
        min-height: 200px;
    }
}

@media (max-width: 992px) {
    .w3l-main-slider h3.gallery4-head {
        font-size: 30px;
        line-height: 37px;
    }

    .w3l-main-slider .banner-top-inner-page {
        min-height: 180px;
    }
}

@media (max-width: 900px) {
    .w3l-main-slider .banner-top-inner-page {
        min-height: 150px;
    }
}

@media (max-width: 800px) {
    .w3l-main-slider h3.banner-text {
        font-size: 46px;
        line-height: 51px;
    }

    .w3l-main-slider p.banner-para {
        font-size: 16px;
        line-height: 24px;
    }

    .w3l-main-slider .banner-view {
        min-height: 550px;
    }
}

@media (max-width: 736px) {
    .w3l-main-slider .banner-info-bg h5 {
        font-size: 35px;
        line-height: 46px;
    }
}

@media (max-width: 600px) {
    .w3l-main-slider h3.gallery4-head {
        margin-bottom: 20px;
    }

    .w3l-main-slider .banner-view {
        min-height: 550px;
    }
}

@media (max-width: 667px) {
    .w3l-main-slider p.text-label {
        font-size: 18px;
    }

    .w3l-main-slider .csslider>.navigation label {
        padding: 20px 15px;
        font-size: 14px;
    }
}

@media (max-width: 569px) {
    .w3l-main-slider h3.gallery4-head {
        font-size: 26px;
        line-height: 34px;
    }

    .w3l-main-slider .banner-info-bg h5 {
        font-size: 30px;
    }

    .w3l-main-slider .banner-info-bg p {
        font-size: 16px;
        line-height: 24px;
    }

    .w3l-main-slider .banner-view {
        min-height: 441px;
    }

    .w3l-main-slider .csslider>.navigation label {
        padding: 20px 2px;
        font-size: 12px;
    }

    .w3l-main-slider .banner-top-inner-page {
        min-height: 120px;
    }

    .w3l-main-slider .csslider>.arrows {
        bottom: 15%;
    }
}

@media (max-width: 480px) {
    .w3l-main-slider h3.banner-text {
        font-size: 36px;
        line-height: 41px;
    }
}

@media (max-width: 440px) {
    .w3l-main-slider h3.banner-text {
        font-size: 34px;
        line-height: 39px;
    }
}

@media (max-width: 414px) {
    .w3l-main-slider h3.banner-text {
        font-size: 30px;
        line-height: 35px;
    }

    .w3l-main-slider .banner-info-bg h5 {
        font-size: 30px;
        line-height: 36px;
    }

    .w3l-main-slider .banner-view {
        min-height: 340px;
    }
}

@media (max-width: 360px) {
    .w3l-main-slider h3.banner-text {
        font-size: 25px;
        line-height: 30px;
    }

    .w3l-main-slider p.banner-para {
        margin: 16px 0 6px;
    }

    .w3l-main-slider .banner-info-bg h5 {
        font-size: 18px;
        line-height: 28px;
    }
}


/* media */

@media (max-width: 576px) {
    .w3l-feature-3 .grid-column {
        flex-direction: column;
    }
}

@media (min-width: 576px) {
    .w3l-feature-3 .grid-column {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .w3l-feature-3 .grid-column {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .w3l-feature-3 .grid-column {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1280px) {}

@media (min-width: 768px) {}


/* // media */


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}


/* .owl-carousel {
    width: 100%;
    z-index: 1;
} */


/* .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
} */

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.similar-products .owl-nav .owl-prev {
    transform: translateX(-60px);
    background: #d3d3d3;
    display: none;
}

.similar-products .owl-nav .owl-next {
    display: none;
    transform: translateX(60px);
    background: #d3d3d3;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
}

.services-contant .owl-carousel .owl-nav button.owl-next,
.services-contant .owl-carousel .owl-nav button.owl-prev {
    display: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots {
    margin-top: 50px;
    display: none;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    padding: 0 14px;
    /* background: rgba(255, 239, 236, 0.33); */
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 6px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: rgba(255, 239, 236, 0.33);
    opacity: 0.8;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--text-header);
    opacity: 0.8;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: 0.5s ease-in-out;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
    outline: none;
    box-shadow: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 5px 5px;
    background: #fff;
    display: block;
    border: 1px solid #304659;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    position: relative;
}

button.owl-next,
button.owl-prev {
    position: absolute;
    bottom: 50%;
}

button.owl-prev {
    left: 0px;
}

button.owl-next {
    right: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #304659;
}

@media all and (max-width: 640px) {
    .owl-dots {
        margin-top: 30px;
    }

    button.owl-next,
    button.owl-prev {
        position: absolute;
        bottom: 38%;
    }
}

.w3l-feature-3 {
    /*-- //Reset-Code --*/
    /*-- //Reset-Code --*/
    /*--responsive--*/
    /*--//responsive--*/
}

.w3l-feature-3 .row img {
    height: 200px;
    background: #fff;
    border-radius: 6px 6px 0px 0;
}

.w3l-feature-3 .shadow .text {
    border-top: 1px solid #e7e7e7;
}

.w3l-feature-3 .row p {
    height: 170px;
    overflow: hidden;
    font-size: 16px;
    text-align: justify;
}

.w3l-feature-3 .shadow.bg-light {
    height: 320px;
    overflow: hidden;
    border-radius: 70px 0;
    border-top: 4px solid var(--bg-header);
    border-bottom: 4px solid var(--bg-header);
    border-right: 4px solid #01122e00;
    transition: 0.8s;
}

.w3l-feature-3 .info {
    transition: 0.8s;
}

.w3l-feature-3 .info:hover {
    transform: translateY(-20px);
}

.w3l-feature-3 .shadow.bg-light:hover {
    border-right: 4px solid var(--bg-header);
}

.w3l-feature-3 .grid.top-bottom {
    z-index: 10;
    position: relative;
}

.w3l-feature-3 span.number img {
    vertical-align: -webkit-baseline-middle;
}

.w3l-feature-3 .middle-section {
    display: grid;
}

.w3l-feature-3 .three-grids-columns {
    padding: 40px 30px;
    transition: 0.3s ease-out;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 30px #cccccc73;
}

.w3l-feature-3 .grid-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    display: flex;
}

.w3l-feature-3 .three-grids-columns h4 {
    font-size: 20px;
    color: #01122ef0;
    line-height: 30px;
    padding-top: 25px;
    font-weight: 600;
}

.w3l-feature-3 .three-grids-columns p {
    padding-top: 15px;
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
    height: 105px;
    overflow: hidden;
}

.w3l-feature-3 .three-grids-columns span.fa {
    font-size: 36px;
    color: var(--primary-color);
}

.w3l-feature-3 a.actionbg {
    font-size: 16px;
    color: var(--opposite-color);
    margin-top: 25px;
    display: inline-block;
    font-weight: 600;
}

.w3l-feature-3 a.actionbg:hover {
    color: var(--theme-color);
}

.w3l-feature-3 img.arrow-png {
    padding-left: 5px;
}

@media (max-width: 1280px) {
    .w3l-feature-3 .three-grids-columns h4 {
        padding-top: 20px;
    }

    .w3l-feature-3 .top-bottom {
        padding: 40px 0px 0;
    }
}

@media (max-width: 900px) {
    .w3l-feature-3 a.actionbg {
        margin-top: 20px;
    }

    .w3l-feature-3 .three-grids-columns h4 {
        padding-top: 13px;
    }
}

@media (max-width: 768px) {
    .w3l-feature-3 .grid-column {
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }

    .w3l-feature-3 .three-grids-columns h4 {
        padding-top: 7px;
    }

    .w3l-feature-3 a.actionbg {
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .w3l-feature-3 .three-grids-columns h4 {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .w3l-feature-3 .three-grids-columns h4 {
        font-size: 20px;
        line-height: 25px;
    }
}

.w3l-index1 {
    background: #fff;
}

.w3l-index1 .calltoaction-20 .btn-theme2 {
    float: right;
}

.w3l-index1 .calltoaction-20 h5 {
    font-size: 32px;
    line-height: 38px;
    color: var(--text-header);
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}

.w3l-index1 li {
    display: block;
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.w3l-index1 span.fa {
    color: var(--opposite-color);
    padding-right: 5px;
}

.w3l-index1 .column.ccont-left img {
    border-radius: 0 4px 4px 0;
}

.calltoaction-20-content.row {
    flex-direction: row;
}

.w3l-index1 .calltoaction-20-content p {
    font-size: 20px;
    line-height: 35px;
    color: var(--text-color);
    margin-bottom: 20px;
    text-align: left;
    font-family: 'SourceSansPro';
}

.w3l-index1 a.theme-button.btn {
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    background: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border: 2px solid var(--white-color);
    padding: 8px 22px;
    border-radius: 4px;
}

.w3l-index1 a.theme-button.btn:hover {
    background: var(--opposite-color);
    border: 2px solid var(--opposite-color);
}

@media (max-width: 1080px) {
    .w3l-index1 .calltoaction-20 h5 {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .w3l-index1 .column.ccont-left img {
        width: 100%;
    }

    .w3l-index1 .column.ccont-left {
        padding: 0;
        margin-top: 20px;
    }

    .w3l-index1 .column.center-align-self {
        border-radius: 4px;
    }

    .w3l-index1 .column.ccont-left img {
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    .w3l-index1 .calltoaction-20-content {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
    }

    .w3l-index1 .calltoaction-20 {
        padding: 3rem 0;
    }
}

@media (max-width: 568px) {
    .w3l-index1 .calltoaction-20-content {
        grid-column-gap: 20px;
    }

    .w3l-index1 .calltoaction-20-content {
        padding: 0 16px;
    }

    .w3l-index1 p.more-gap {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .w3l-index1 .text-11-content p {
        margin-top: 15px;
    }

    .w3l-index1 p.more-gap {
        margin-bottom: 25px;
    }

    .w3l-index1 .text-11 {
        padding: 40px 0px;
    }

    .w3l-index1 .calltoaction-20-content {
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }

    .w3l-index1 .calltoaction-20 h5 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 20px;
    }
}

section.section-text-2,
section.section-text {
    /* padding: 5rem 0px; */
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1;
}

section.section-text {
    background: url("../images/bg/header-pages.jpg") no-repeat center;
    background-size: cover;
}

section.section-text-2 {
    background: url("../images/bg/farm.jpg") no-repeat center;
    background-size: cover;
}

section.section-text-2:before,
section.section-text:before {
    content: "";
    background: rgb(0 0 0 / 56%);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.services-12 .form-12-content {
    background: url("../images/bg/second.webp") no-repeat center;
    background-size: cover;
    padding: 4.5rem 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.services-12 .form-12-content:before {
    content: "";
    background: rgba(0, 33, 71, 0.7);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.services-12 .grid {
    display: grid;
}

.services-12 .grid-column-2 {
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-column-gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.services-12 .tagline {
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 37px;
    font-size: 30px;
    font-weight: 600;
}

.services-12 li {
    font-size: 16px;
    line-height: 32px;
    list-style-type: none;
    color: var(--text-color);
}

.services-12 li span.fa {
    color: var(--opposite-color);
}

.w3l-form-12-12 .column1 h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
}

.services-12 .column1 p {
    line-height: 28px;
    font-size: 18px;
    color: var(--text-color);
    font-weight: normal;
    font-style: normal;
    text-align: justify;
}

@media (max-width: 768px) {
    .services-12 .form-12 {
        padding: 30px 0px;
    }
}

@media (max-width: 736px) {
    .services-12 .grid-column-2 {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .services-12 .form-12-content {
        padding: 3em 0px;
    }
}

@media (max-width: 414px) {
    .services-12 .tagline {
        line-height: 24px;
        font-size: 18px;
    }
}


/* products */

.products .card-products {
    background: var(--text-header);
    border-radius: 0 0 6px 6px;
    height: 65px;
    /* height: 42px; */
    overflow: hidden;
    transition: 0.8s;
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.products .card:hover .d-flex.product-price {
    bottom: 65px;
    flex-direction: row;
}

.products .cardshadow-lg a {
    text-align: right;
}

.products .company-info a {
    color: var(--text);
}

.products .d-flex.campany-name {
    justify-content: flex-end;
}

.products .company-info {
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
}

.products .d-flex.product-price {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: #01122ecf;
    color: var(--text);
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -80px;
    transition: 0.8s;
    border-radius: 6px 6px 0 0;
}

.product-price button.bg-blue-800 {
    background: #303e5500;
    border: 0;
}

.products .company-info a {
    color: var(--text);
}

.products .d-flex p {
    padding: 8px 0 0 0;
    display: flex;
    flex-direction: row;
}

.products .d-flex p b {
    margin-left: 10px;
}

.products .d-flex span {}

.products .d-flex .fa-brands {
    font-size: 20px;
    color: #fff;
}

.products .card-products {
    background-color: var(--bg-header);
    border-radius: 0 0 6px 6px;
}

.item .product-img {
    height: 300px;
    border-radius: 6px 6px 0 0;
}

.card-body {
    box-shadow: none;
    color: var(--text-header);
    padding-left: 144px;
}

.card-body h6 {
    color: var(--text);
}

.products .owl-nav [class*="owl-"] {
    background: var(--bg-header);
}
@media (max-width: 768px) {
    .products .owl-nav [class*="owl-"] {
        background: var(--bg-header);
        display: none;
    }

}
.w3l-top-menu-1 .owl-prev,
.w3l-top-menu-1 .owl-next {
    color: var(--text);
}


/* title */

.title h2::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 50px;
    background-color: var(--bg-header);
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* collection */

.Categories .d-flex.flex-wrap {}

.active-filter-btn {
    background-color: var(--bg-header);
    color: #fff;
    border-color: var(--bg-header);
}

.filter-button-group .btn:hover {
    background: #ffffff;
    color: var(--bg-header);
}

.collection-img span {
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.collection-img {
    overflow: hidden;
}

.product-info {
    color: var(--text-color);
    text-align: right;
    border-top: 1px solid #e7e7e7;
}

.shadow-products {
    box-shadow: 0 0.5px 4px rgb(0 0 0 / 15%) !important;
}

h5.text-capitalize {
    transition: 0.8s;
}

.shadow-products:hover h5.text-capitalize {
    color: #000;
}

.price-product.d-flex {
    flex-direction: row;
}

.price-product.d-flex i {
    color: var(--primary-color);
}

.shadow-products .price-product {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.shadow-products .price-product i {
    font-size: 20px;
}

.text-capitalize.my-1 {
    font-size: 18px;
    text-align: left;
}

.starts-product {
    color: var(--primary-color);
    margin-top: 10px;
}

.collection-img img {
    transition: 0.8s;
    height: auto;
}

.collection-img span {
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.collection-img:hover img {
    transform: scale(1.1);
}


/* special */

.special-img span {
    top: 20px;
    right: 20px;
}

.special-list .btn {
    padding: 8px 20px !important;
}

.special-img img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.special-img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* offers */

#offers {
    background: url(../images/offer_img.jpg) center/cover no-repeat;
}

#offers .row {
    min-height: 60vh;
}

.offers-content span {
    font-size: 28px;
}

.offers-content h2 {
    font-size: 60px;
}

.offers-content .btn {
    border-color: transparent !important;
}


/* about */

.main {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card {
    position: relative;
    width: 250px;
    height: 250px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 25px;
}

.profile-card {
    border-radius: 10px;
    height: 320px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 10;
}

.profile-card .img {
    transform: translateY(-60px);
}

.img .img-company {
    width: 200px;
    height: 200px;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    width: 250px;
    height: 250px;
}

.profile-card img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-120px);
    transition: .6s;
}

.profile-card .caption {
    opacity: 1;
}

.caption h3 {
    color: var(--bg-header);
    font-size: 21px;
    /* font-family: sans-serif; */
}

.caption h4 {
    color: var(--bg-header);
    font-family: sans-serif;
    font-size: 20px;
    margin-top: 10px;
}

.caption p {
    font-size: 15px;
    color: #0c52a1;
    margin: 2px 0 9px 0;
}

.caption .social-links a {
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s;
}

.social-links a.facebook {
    color: #4267B2;
}

.social-links a.whatsapp {
    color: #25D366;
}

.social-links a.envelope {
    color: #000;
}

.social-links a:hover {
    color: #0c52a1;
}


/* Container needed to position the overlay. Adjust the width as needed */

.teams-1 .container-about {
    position: relative;
    /* width: 50%; */
    /* height: 335px; */
}


/* Make the image to responsive */

.image {
    display: block;
    width: 100%;
    height: 250px;
}


/* The overlay effect - lays on top of the container and over the image */

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}


/* When you mouse over the container, fade in the overlay titl
e */

.container-about:hover .overlay {
    opacity: 1;
}

.head {
    color: black;
    font-weight: bold;
}

#about {
    background-color: rgba(179, 179, 179, 0.05);
}

.imgs-small {
    padding: 10px 0;
    background-color: #ededed;
    display: flex;
    justify-content: space-evenly;
}

.single-product .img-small {
    width: 70px;
    height: 70px;
}

.single-product .single {
    flex-direction: row-reverse;
}

.d-flex.add-cart {
    display: flex;
    align-items: center;
    margin-top: 15px;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
}

.quentaty {
    justify-content: flex-start;
    flex-direction: row;
}

.single-product .shapping .add-card {
    /* margin-left: 15px; */
}

.single-product .shapping .more:hover,
.single-product .shapping .less:hover,
.single-product .shapping .add-card:hover {
    background-color: var(--text-header);
    color: var(--text);
}

.single-product .shapping .more,
.single-product .shapping .less {
    transition: 0.8s;
}

.single-product .shapping .add-card {
    background-color: var(--bg-header);
    color: var(--text);
    width: 100%;
}

.img-single-product {
    height: 400px;
}

.single-product .product-name {
    padding: 15px 0;
}

.single-product .company-info {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
    padding: 15px 0;
    flex-direction: row;
}

.img-company {
    border-right: 1px solid #c3c3c3;
}

.single-product .company-info img {
    /* border-right: 2px solid #c3c3c3; */
}

.single-product p {}

.single-product .card {
    background-color: #fff;
    padding: 14px;
    border: none
}

.single-product .demo {
    width: 100%
}

.single-product ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

.single-product l i {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

.single-product img {
    /* display: block; */
    /* height: auto; */
    width: 100%
}

.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

.single-product .badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.single-product .badge i {
    font-size: 10px
}

.single-product .profile-image {
    width: 35px
}

.single-product .comment-ratings i {
    font-size: 13px
}

.single-product .username {
    font-size: 12px
}

.single-product .comment-profile {
    line-height: 17px
}

.single-product .date span {
    font-size: 12px
}

.p-ratings i {
    color: #f6d151;
    font-size: 12px
}

.single-product .btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.single-product .buttons {
    margin-top: 15px
}

.single-product .buttons .btn {
    height: 46px
}

.single-product .buttons .cart {
    border-color: var(--bg-header);
    color: var(--bg-header);
    margin: 0px 10px;
}

.single-product .buttons .cart:hover {
    background-color: var(--primary-color) !important;
    color: #fff
}

.single-product .buttons .buy {
    color: #fff;
    background-color: var(--bg-header);
    border-color: var(--bg-header)
}

.single-product .buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: var(--bg-header);
    border-color: var(--bg-header);
    box-shadow: none
}

.single-product .buttons .buy:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.single-product .buttons .wishlist {
    background-color: #fff;
    border-color: var(--bg-header)
}

.single-product .buttons .wishlist:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.single-product .buttons .wishlist:hover i {
    color: #fff
}

.single-product .buttons .wishlist i {
    color: var(--bg-header)
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.bullets .d-flex {
    flex-direction: row-reverse;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.bullet-text {
    font-size: 16px;
    text-align: right;
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    /* padding: 0.3rem 0.3rem 0.2rem; */
}

.single-product .buttons {
    display: flex;
    justify-content: flex-end;
}


/* //products */


/* cart */

.payment-info {
    /* background: var(--text); */
    padding: 10px;
    border-radius: 6px;
    color: var(--bg-header);
    font-weight: bold
}

.product-details .items,
.product-details .d-flex,
.payment-info .row,
.payment-info .d-flex {
    flex-direction: row;
}

.product-details {
    padding: 10px
}

body {}

.cart {
    background: #fff
}

.p-about {
    font-size: 12px
}

.bg-gray-300 {
    text-align: right;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    width: 70px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-order {
    /* background: var(--bg-header); */
    color: var(--text);
}

.product-image-card {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.product-image-card .d-flex {
    flex-direction: row-reverse;
}

.product-image-card .update {
    flex-direction: row-reverse;
}

.table-shadow {
    -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.42);
    box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.42)
}

.text-green-800 {
    text-align: right;
}

.bg-gray-300 {
    height: 36px;
}

.type {
    font-weight: 400;
    font-size: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    padding: 1px 12px;
    border: 2px solid #ada9a9;
    display: inline-block;
    color: #8f37aa;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300
}

label.radio input:checked+span {
    border-color: #fff;
    background-color: blue;
    color: #fff
}

.no-gutters {
    flex-direction: row;
}

.credit-inputs {
    background: var(--text-header);
    color: #fff !important;
    border-color: rgb(102, 102, 221)
}

.credit-inputs::placeholder {
    color: #fff;
    font-size: 13px
}

.credit-card-label {
    font-size: 9px;
    font-weight: 300;
    text-align: right;
}

.form-control.credit-inputs:focus {
    background: rgb(102, 102, 221);
    border: rgb(102, 102, 221)
}

.line {
    border-bottom: 1px solid rgb(102, 102, 221)
}

.information span {
    font-size: 17px;
    font-weight: 500
}

.information {
    margin-bottom: 5px;
}

.items {
    -webkit-box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.08)
}

.spec {
    font-size: 11px
}

#clear {
    float: right;
}


/* //cart */


/* orders */

.row.g-5 {
    flex-direction: row-reverse;
    text-align: right;
}

.row.g-5 input {
    text-align: right;
}

.row.gy-3 {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.form-check {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.orders .d-flex.justify-content-between {
    flex-direction: row-reverse;
}

.d-flex.order {
    flex-direction: row-reverse;
}

.send-order {
    padding: 12px;
    font-size: 18px;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* //orders */


/* start section */


/* services  show */


/* start slider animation & desing */

.contant-servic-info {
    transform: translateY(-15px);
}

.w3l-form-12 .services-contant .owl-nav {
    display: none;
}


/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 111;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */

.caption {
    color: var(--text);
    font-size: 25px;
}


/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 105px;
    right: 35px;
    color: #f1f1f1;
    font-weight: bold;
    transition: 0.5s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.close .fa-solid {
    font-size: 35px;
    text-align: center;
    background: var(--text-header);
    padding: 5px 10px;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
        position: absolute;
        top: 30%;
    }

    .close .fa-solid {
        font-size: 24px;
    }
}


/* end slider animation */

.flip-box {
    background-color: transparent;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-box-front {
    background-color: #bbb;
    color: black;
}


/* Style the back side */

.flip-box-back {
    background-size: cover;
    background-color: var(--text-header);
    color: var(--text);
    transform: rotateY(180deg);
    padding: 20px 10px;
}

.w3l-form-12 .services-contant .show {
    margin: auto;
    animation-name: animatezoom;
    animation-duration: 1s;
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3l-form-12 .grid {
    display: grid;
}

.w3l-form-12 .grid-column-2 {
    grid-template-columns: auto 1fr;
    grid-column-gap: 50px;
    display: flex;
    flex-direction: row-reverse;
}

.w3l-form-12 .tagline {
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 39px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.w3l-form-12 .column1 {
    text-align: right;
    /* background: #f7f7f7; */
    /* border-radius: 6px; */
}

.w3l-form-12 .column1 .services-contant {
    background: #f7f7f7;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
}

.w3l-form-12 .form-para {
    margin: 10px 0;
    color: var(--title-color);
    line-height: 35px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
}

.w3l-form-12 .form-input,
.w3l-form-12 select#sel1 {
    margin-top: 15px;
    width: 100%;
    height: 45px;
    background: #fff;
    color: #767676;
    border: 1px solid #eee;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 45px;
    -webkit-appearance: none;
    padding-left: 15px;
    text-align: right;
    padding-right: 15px;
}

.w3l-form-12 .form-input:focus {
    outline: none;
}

.w3l-form-12 button.btn {
    background: var(--opposite-color);
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 30px;
    padding: 14px 25px;
    border: none;
    display: block;
    width: 100%;
    border-radius: 0.25em;
}

.w3l-form-12 button.btn:hover {
    background: var(--theme-color);
    transition: 0.3s ease-in;
}

.w3l-form-12 .column2 .row {
    flex-direction: row;
}

.w3l-form-12 i,
.w3l-form-12 span.fa {}

.w3l-form-12 .courses-item {
    background: var(--theme-color);
    padding: 33px 10px;
    border-radius: 4px;
    text-align: center;
}

.w3l-form-12 .courses-item:hover {
    background: #021a36;
}

.w3l-form-12 .courses-item p {
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    line-height: 24px;
}

@media (max-width: 1080px) {
    .w3l-form-12 .column1 {
        align-self: center;
        background: rgba(255, 255, 255, 0.97);
        /* padding: 2rem; */
    }
}

@media (max-width: 992px) {
    .w3l-form-12 .grid-column-2 {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .w3l-form-12 .form-12 {
        padding: 30px 0px;
    }
}

@media (max-width: 480px) {
    .w3l-form-12 .tagline {
        line-height: 35px;
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    .w3l-form-12 .column1 {
        padding: 1rem;
    }
}


/* service */

.w3l-form-12 .text-service {
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
    text-align: left;
}

.column2 .service img {
    height: 100%;
}


/* coustomer opinus */

.info-campany {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*-- customers4 block --*/

.w3l-customers-4 h1 {
    color: #f5bd26;
}

.w3l-customers-4 .owl-carousel {
    display: block;
}

.demo {
    background: url("../images/bg/header-page1.jpg") no-repeat center;
    background-size: cover;
}


section.section-text-2:before,
section.section-text:before {
    content: "";
    background: rgb(0 0 0 / 56%);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}




.testimonial {
    padding: 15px 50px;
    margin: 10px 10px 10px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;
    text-align: center;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: 100px;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffc33c;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial .description {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #ffc33c;
}

.w3l-customers-4 #customers4-block {
    background: url(../images/ochir-erdene-oyunmedeg-LmyPLbbUWhA-unsplash.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 100px 0 120px;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
}

.w3l-customers-4 #customers4-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 33, 71, 0.8);
    opacity: 0.93;
    z-index: -1;
}

.w3l-customers-4 h3 {
    color: #fff;
}

.w3l-customers-4 .item .imgTitle {
    position: relative;
}

.w3l-customers-4 .item ul li {
    display: inline;
    color: #ffae00;
}

.w3l-customers-4 .item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: var(--text);
    margin-bottom: 20px;
}

.w3l-customers-4 .item h6 {
    font-size: 20px;
    line-height: 25px;
    color: var(--opposite-color);
    font-weight: 600;
}

.w3l-customers-4 .item-top {
    max-width: 600px;
    margin: 0 auto;
}

.w3l-customers-4 .item .imgTitle img {
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #fff;
}

.w3l-index2 .main-w3 {
    background: #f6f6f6;
}

.w3l-index2 .grids-speci1 {
    grid-template-columns: auto 1fr;
    grid-gap: 16px;
    display: grid;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

.w3l-index2 h3.title-spe {
    color: var(--primary-color);
    font-size: 56px;
    font-weight: 600;
}

.w3l-index2 .grids-speci1 p {
    font-size: 16px;
    color: var(--title-color);
}

@media (max-width: 800px) {
    .w3l-index2 .grids-speci p {
        font-size: 18px;
    }
}

@media (max-width: 736px) {
    .w3l-index2 .grids-speci p {
        font-size: 16px;
    }

    .w3l-index2 h3.title-spe {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .w3l-index2 .grids-speci p {
        font-size: 15px;
    }
}

@media (max-width: 440px) {
    .w3l-index2 .grids-speci {
        padding: 30px 20px;
    }

    .w3l-index2 h3.title-top {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width: 384px) {
    .w3l-index2 .grids-speci {
        padding: 20px 20px;
    }
}

.w3l-price-2 .price-main {
    background: #f6f6f6;
}

.w3l-price-2 .price-img {
    float: left;
    margin-right: 20px;
}

.w3l-price-2 .price-box p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

.w3l-price-2 .location {
    margin-top: 8px;
}

.w3l-price-2 .location li {
    font-size: 15px;
    line-height: 25px;
    color: var(--title-color);
    display: inline-block;
    margin-right: 10px;
}

.w3l-price-2 .location li span.fa {
    margin-right: 5px;
    color: var(--btn-color);
}

.w3l-price-2 .price-box p strong {
    color: var(--text-color);
    width: 60px;
    display: inline-block;
}

.w3l-price-2 .actionbg {
    font-size: 16px;
    text-align: center;
    color: var(--btn-color);
    background: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid var(--btn-color);
}

.w3l-price-2 .actionbg:hover {
    background: var(--btn-color);
    border: 2px solid var(--btn-color);
    color: #fff;
}

.w3l-price-2 .grid {
    display: grid;
}

.w3l-price-2 .grid-column-2 {
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 20px;
    align-items: center;
}

.w3l-price-2 h6.pricehead {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--title-color);
}

.w3l-price-2 .price-main img {
    border-radius: 4px;
}

.w3l-price-2 span.fa {
    vertical-align: middle;
}

.w3l-price-2 h6.pricehead a {
    color: var(--title-color);
}

.w3l-price-2 h6.pricehead a:hover {
    color: var(--opposite-color);
}

.w3l-price-2 .pricing-chart h5 {
    font-size: 16px;
    color: #939393;
    line-height: 22px;
    margin: 6px 0 12px;
    font-weight: normal;
}

.w3l-price-2 .pricing {
    color: var(--title-color);
    line-height: 40px;
    font-size: 45px;
    text-align: right;
    float: left;
}

.w3l-price-2 .pri {
    color: #8298ab;
    line-height: 25px;
    font-size: 17px;
}

.w3l-price-2 .pri1 {
    color: #304659;
    text-align: right;
    line-height: 25px;
    font-size: 20px;
}

.w3l-price-2 .price-title {
    color: #3b5266;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

.w3l-price-2 .tatest-top {
    background: #ffffff;
    padding: 20px;
}

.w3l-price-2 .top-middle-1 {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding: 20px 0;
}

.w3l-price-2 .events-top {
    background-color: #ffffff;
    padding: 20px;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    display: grid;
}

.w3l-price-2 .icon-top {
    text-align: center;
    width: 100px;
    background: var(--opposite-color);
    padding-top: 14px;
    border-radius: 4px;
}

.w3l-price-2 .icon-top p {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px;
}

.w3l-price-2 .icon-top span {
    background-color: var(--theme-color);
    line-height: 2.5;
    height: 40px;
    display: block;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.w3l-price-2 .events-top li {
    display: inline-block;
    font-size: 16px;
    color: var(--theme-color);
}

.w3l-price-2 li.melb {
    border-left: 1px solid #bdbdbd;
    margin-left: 12px;
    padding-left: 15px;
}

.w3l-price-2 .events-top-right p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
}

.w3l-price-2 h3 {
    font-size: 32px;
    line-height: 38px;
    color: var(--title-color);
    font-weight: 600;
}

@media (max-width: 1920px) {
    .w3l-price-2 h1 {
        font-size: 3.5vw;
    }
}

@media (max-width: 1280px) {
    .w3l-price-2 h1 {
        font-size: 4.5vw;
    }
}

@media (max-width: 1080px) {
    .w3l-price-2 .events-top li {
        font-size: 14px;
    }

    .w3l-price-2 li.melb {
        margin-left: 3px;
        padding-left: 6px;
    }
}

@media (max-width: 1024px) {
    .w3l-price-2 .pricing {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .w3l-price-2 .text-right {
        text-align: left;
    }
}

@media (max-width: 736px) {
    .w3l-price-2 .grid-column-2 {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-price-2 .w3l-faq-page summary {
        font-size: 18px;
    }

    .w3l-price-2 .w3l-faq-page details {
        width: inherit;
        max-width: 600px;
        margin: 0 0em;
    }

    .w3l-price-2 .w3l-faq-page .faq-column-grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 667px) {
    .w3l-price-2 h1 {
        font-size: 7vw;
    }
}

@media (max-width: 576px) {
    .w3l-price-2 .grid-column-2 {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }
}

@media (max-width: 480px) {
    .w3l-price-2 h1 {
        font-size: 2.5em;
        margin: 5vw 1vw;
    }
}

@media (max-width: 440px) {
    .w3l-price-2 .media {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .w3l-price-2 .button-eff {
        margin-top: 0em;
    }

    .w3l-price-2 .events-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 415px) {
    .w3l-price-2 .grid-column-2 {
        grid-row-gap: 15px;
    }

    .w3l-price-2 h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .w3l-price-2 .pricing {
        font-size: 30px;
    }
}

@media (max-width: 384px) {
    .w3l-price-2 h1 {
        font-size: 2.3em;
    }

    .w3l-price-2 .location li {
        font-size: 15px;
        margin-right: 8px;
    }

    .w3l-price-2 .column1 {
        grid-gap: 15px;
    }
}

@media (max-width: 320px) {
    .w3l-price-2 h1 {
        font-size: 1.9em;
    }
}

.info-campany {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.w3l-footer-29-main option {
    background: #ffffff;
    color: var(--text-color);
}

.w3l-footer-29-main .footer-3 p {
    color: #fff;
    text-align: left;
}

.w3l-footer-29-main .grid-col-2 {
    grid-template-columns: 1fr 1fr;
}

.w3l-footer-29-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.w3l-footer-29-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-footer-29-main .align-items-center {
    align-items: center;
}

.w3l-footer-29-main a.action img {
    margin-left: 4px;
}

.w3l-footer-29-main .align-center {
    text-align: center;
}

.w3l-footer-29-main .footer-29 {
    background: var(--bg-header);
    padding: 60px 0;
}

.footer-top-29 ul {
    text-align: left;
}

.w3l-footer-29-main .footer-top-29 {
    flex-direction: row;
}

.w3l-footer-29-main .footer-list-29 .properties a {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    margin-bottom: 10px;
}

.w3l-footer-29-main .footer-list-29 .properties a p:hover {
    color: var(--opposite-color);
}

.w3l-footer-29-main .footer-list-29 a p span {
    display: block;
    color: #fff;
    font-weight: bold;
}

.w3l-footer-29-main .footer-list-29 a p {
    text-align: right;
    line-height: 25px;
    color: var(--yellow-color);
    font-weight: 600;
    font-size: 30px;
    padding-left: 5px;
    transition: 0.5s;
    transform: translateY(-11px);
}

.w3l-footer-29-main .footer-list-29 a h1 {
    color: var(--primary-color);
}

.w3l-footer-29-main h6.footer-title-29 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

.w3l-footer-29-main .footer-list-29 ul li,
.w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
    list-style: none;
    margin-bottom: 10px;
}

.w3l-footer-29-main .footer-list-29 ul li:last-child {
    margin-bottom: 0px;
}

.w3l-footer-29-main .footer-list-29 ul li a,
.w3l-footer-29-main .footer-list-29 ul li p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.w3l-footer-29-main .footer-list-29 ul li a:hover {
    color: var(--opposite-color);
}

.w3l-footer-29-main .main-social-footer-29 a {
    margin-right: 10px;
    color: #fff;
    background: rgba(26, 68, 116, 0.55);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s;
}

.w3l-footer-29-main .main-social-footer-29 a:hover {
    transition: 0.3s;
}

.w3l-footer-29-main .main-social-footer-29 a.facebook:hover {
    background: #3b5998;
    color: #fff;
}

.w3l-footer-29-main .main-social-footer-29 a.twitter:hover {
    background: #1da1f2;
    color: #fff;
}

.w3l-footer-29-main .main-social-footer-29 a.instagram:hover {
    background: #c13584;
    color: #fff;
}

.w3l-footer-29-main .main-social-footer-29 a.linkedin:hover {
    background: #0077b5;
    color: #fff;
}

.w3l-footer-29-main .main-social-footer-29 a.google-plus:hover {
    background: #dd4b39;
    color: #fff;
}

.w3l-footer-29-main .footer-list-29 ul li span.fa {
    color: var(--opposite-color);
    width: 20px;
}

.w3l-footer-29-main .main-social-footer-29 a:last-child {
    margin-right: 0;
}

.w3l-footer-29-main .copy-footer-29,
.w3l-footer-29-main p.sub-paragraph {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.w3l-footer-29-main .copy-footer-29 a {
    color: #ccc;
}

.w3l-footer-29-main .copy-footer-29 a:hover {
    color: var(--opposite-color);
}

.w3l-footer-29-main ul.list-btm-29,
.w3l-footer-29-main p.right-side-con {
    text-align: right;
}

.w3l-footer-29-main .list-btm-29 li {
    list-style-type: none;
    display: inline-block;
}

.w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
    margin: 0 15px;
}

.w3l-footer-29-main .list-btm-29 li a,
.w3l-footer-29-main .list-btm-29 li select {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.w3l-footer-29-main .list-btm-29 li a:hover,
.w3l-footer-29-main .list-btm-29 li select:hover {
    color: var(--opposite-color);
}

.w3l-footer-29-main .list-btm-29 li select {
    border: none;
    cursor: pointer;
    background: transparent;
}

.w3l-footer-29-main .bottom-source {
    grid-template-columns: 0.33fr 1fr 1fr 0.5fr;
    grid-gap: 100px;
    margin-top: 60px;
}

.w3l-footer-29-main .main-social-footer-29 {
    margin-top: 20px;
}

.w3l-footer-29-main .bottom-copies {
    border-top: 1px solid #454545;
    padding-top: 2em;
    margin-top: 2em;
}

.w3l-footer-29-main .footer-29 form {
    display: flex;
    margin-bottom: 25px;
    flex-direction: row-reverse;
}

.w3l-footer-29-main .footer-29 .subscribe input[type="email"] {
    background: rgba(26, 68, 116, 0.55);
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    outline: none;
    width: 85%;
    color: #fff;
    border-radius: 0 0.25rem 0.25rem 0;
    text-align: right;
}

.w3l-footer-29-main .footer-29 .subscribe button {
    text-align: center;
    background: var(--opposite-color);
    border: none;
    outline: none;
    color: var(--theme-color);
    font-size: 18px;
    cursor: pointer;
    width: 15%;
    border-radius: 0.25rem 0 0 0.25rem;
}

@media (max-width: 1366px) {
    .w3l-footer-29-main .bottom-source {
        grid-template-columns: 0.4fr 1.5fr 1.5fr 0.5fr;
    }
}

@media (max-width: 1080px) {
    .w3l-footer-29-main .footer-29 {
        padding: 50px 0 70px;
    }
}

@media (max-width: 1080px) {
    .w3l-footer-29-main .midd-footer-29 {
        margin-top: 6em;
    }

    .w3l-footer-29-main .bottom-source {
        grid-template-columns: 0.6fr 1.5fr 2fr 0.5fr;
        grid-gap: 60px;
    }
}

@media (max-width: 1024px) {
    .w3l-footer-29-main .grid-col-2 {
        grid-template-columns: 1fr;
    }

    .w3l-footer-29-main .copy-footer-29 {
        text-align: center;
    }

    .w3l-footer-29-main ul.list-btm-29 {
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 667px) {
    .w3l-footer-29-main .footer-29 {
        padding: 40px 0 50px;
    }

    .w3l-footer-29-main .main-social-footer-29 a {
        margin-right: 5px;
    }

    .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
        margin: 0 18px;
    }

    .w3l-footer-29-main .midd-footer-29 {
        margin-top: 5em;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
    }

    .w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
        margin: 0 12px;
    }
}

@media (max-width: 600px) {

    .w3l-footer-29-main .midd-footer-29,
    .w3l-footer-29-main ul.list-btm-29 {
        grid-template-columns: 1fr;
        text-align: center;
        grid-gap: 20px;
    }
}

@media (max-width: 480px) {
    .w3l-footer-29-main .grid-1-footer:nth-child(1) {
        grid-column-start: span 2;
    }

    .w3l-footer-29-main .footer-1 {
        grid-column: span 2;
    }

    .w3l-footer-29-main .footer-3 {
        grid-column: span 2;
        order: 2;
    }
}

@media (max-width: 440px) {}

@media (max-width: 384px) {
    .w3l-footer-29-main .midd-footer-29 {
        margin-top: 4em;
    }

    .w3l-footer-29-main .bottom-source {
        margin-top: 40px;
    }
}

.w3l-content-with-photo-4 {
    /*-- content-with-photo4 block --*/
}

.fea-gd-vv,
.cwp4-two {
    flex-direction: row-reverse;
    text-align: right;
}

.middle-section {}

.w3l-content-with-photo-4 .cwp4-two img {
    border-radius: 5px;
}

.w3l-content-with-photo-4 .cwp4-text {
    align-self: center;
    text-align: right;
}

.w3l-content-with-photo-4 .cwp4-text h3 {
    font-size: 36px;
    line-height: 44px;
    color: var(--title-color);
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}

.w3l-content-with-photo-4 .cwp4-text h4 {
    font-size: 26px;
    line-height: 32px;
    color: var(--title-color);
    font-weight: 700;
}

.w3l-content-with-photo-4 .cwp4-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: var(--text-color);
    margin: 25px 0;
}

.w3l-content-with-photo-4 ul.cont-4 li {
    display: block;
}

.w3l-content-with-photo-4 ul.cont-4 li span.fa {
    color: var(--opposite-color);
    padding-left: 5px;
}

.w3l-content-with-photo-4 .cwp4-text ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 10px 0;
    display: flex;
    flex-direction: row-reverse;
}

@media all and (max-width: 991px) {
    .w3l-content-with-photo-4 .cwp4-image img {
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .w3l-content-with-photo-4 .cwp4-text h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media all and (max-width: 387px) {
    .w3l-content-with-photo-4 .cwp4-text h3 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media all and (max-width: 320px) {
    .w3l-content-with-photo-4 .cwp4-text h4 {
        font-size: 23px;
        line-height: 28px;
    }

    .w3l-content-with-photo-4 #content-with-photo4-block {
        padding: 0 0 2.5rem 0;
    }
}

.w3l-features-1 {
    /*--//content--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

.w3l-features-1 .features h5 {
    font-size: 26px;
    line-height: 32px;
    color: var(--title-color);
    font-weight: 600;
}

.w3l-features-1 p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-top: 16px;
}

.w3l-feature-2 {
    /*-- //Reset-Code --*/
    /*-- //Reset-Code --*/
    /*--responsive--*/
    /*--//responsive--*/
}

.w3l-feature-2 span.number img {
    vertical-align: -webkit-baseline-middle;
}

.w3l-feature-2 .top-bottom {
    background: #f6f6f6;
}

.w3l-feature-2 a.red {
    font-size: 16px;
    line-height: 24px;
    color: var(--opposite-color);
    display: inline-block;
    font-weight: 700;
}

.w3l-feature-2 a.red:hover {
    color: var(--theme-color);
}

.w3l-feature-2 .three-grids-columns h4 {
    font-size: 22px;
    color: var(--title-color);
    line-height: 27px;
    font-weight: 600;
    margin-top: 20px;
}

.w3l-feature-2 .three-grids-columns img {
    border-radius: 5px;
}

.w3l-feature-2 .three-grids-columns p {
    margin: 16px 0 0px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-feature-2 .icon span.fa {
    height: 72px;
    font-size: 28px;
    color: var(--theme-color);
    width: 72px;
    line-height: 72px;
    background: var(--opposite-color);
    border-radius: 50%;
}

.w3l-feature-2 img.arrow-png {
    padding-left: 5px;
}

.w3l-feature-2 a.actionbg:hover {
    opacity: 0.8;
}

@media (max-width: 1280px) {
    .w3l-feature-2 .top-bottom {
        padding: 40px 0px;
    }
}

@media (max-width: 992px) {
    .w3l-feature-2 .three-grids-columns h4 {
        font-size: 23px;
        line-height: 29px;
    }

    .w3l-feature-2 .grid-column {
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px;
    }
}

@media (max-width: 900px) {
    .w3l-feature-2 a.actionbg {
        margin-top: 20px;
    }

    .w3l-feature-2 .three-grids-columns h4 {
        padding-top: 13px;
    }
}

@media (max-width: 768px) {
    .w3l-feature-2 .three-grids-columns h4 {
        padding-top: 7px;
    }

    .w3l-feature-2 a.actionbg {
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .w3l-feature-2 .three-grids-columns h4 {
        font-size: 22px;
    }

    .w3l-feature-2 .three-grids-columns span {
        margin: 0 8px 4px 0;
    }
}

@media (max-width: 480px) {
    .w3l-feature-2 .grid-column {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}


.teams-1 .top-tem {
    margin-top: 4em;
}

.teams-1 .team-grid {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, 0.2);
}

.teams-1 .team-img {
    position: relative;
}

.teams-1 .team-img:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.teams-1 .team-img img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.teams-1 .team-info {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    transform: translate3d(0, 10%, 0);
    transition: opacity 0.3s;
}

.teams-1 .team-info h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.teams-1 .team-grid:hover .team-img:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.53) 69%, rgba(0, 0, 0, 0.76) 100%);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.teams-1 .team-grid:hover .team-info {
    transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -10%, 0);
}

.teams-1 .team-grid:hover .team-info {
    opacity: 1;
    transition: all 0.4s;
}

.teams-1 ul.social-icons li {
    list-style-type: none;
}

.teams-1 ul.social-icons li {
    background: var(--opposite-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 4px;
    transition: all 0.4s;
}

.teams-1 ul.social-icons li a span {
    color: var(--theme-color);
    line-height: 32px;
    font-size: 14px;
}

.teams-1 ul.social-icons li:hover {
    opacity: 0.8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.teams-1 .team-img img {
    width: 100%;
}

@media (max-width: 1080px) {
    .teams-1 .team-img:after {
        height: 46%;
    }
}

@media (max-width: 991px) {
    .teams-1 .team-info h4 {
        font-size: 17px;
    }

    .teams-1 .team-img:after {
        height: 34%;
    }
}

@media (max-width: 736px) {
    .teams-1 .team-info h4 {
        font-size: 19px;
    }

    .teams-1 .team-img:after {
        height: 41%;
    }
}

@media (max-width: 568px) {
    .teams-1 .team-img:after {
        height: 25%;
    }
}

@media (max-width: 440px) {
    .teams-1 .team-img:after {
        height: 28%;
    }
}

@media (max-width: 414px) {
    .teams-1 .team-img:after {
        height: 32%;
    }
}

.w3l-features-8 {
    /*--//content--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

.w3l-features-8 .features {
    background: #f6f6f6;
}

.w3l-features-8 .feature-gd h3 {
    font-size: 22px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.w3l-features-8 .features h3 a {
    color: var(--title-color);
}

.w3l-features-8 .features h3 a:hover {
    color: #d1a501;
}

.w3l-features-8 a.red {
    font-size: 16px;
    line-height: 24px;
    color: var(--opposite-color);
    display: inline-block;
    font-weight: 700;
}

.w3l-features-8 a.red:hover {
    color: var(--theme-color);
}

.w3l-features-8 .float-lt.feature-gd {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.w3l-features-8 .feature-gd p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.w3l-features-8 .float-top img {
    border-radius: 4px 4px 0 0;
}

@media (max-width: 700px) {
    .w3l-features-8 .feature-gd h3 {
        font-size: 24px;
    }
}

.w3l-features-4 {
    /*--//content--*/
    /*--/responsive-code--*/
    /*--//responsive-code--*/
}

.w3l-features-4 .features {
    background: #f6f6f6;
}

.w3l-features-4 a.red {
    font-size: 16px;
    line-height: 24px;
    color: #d1a501;
    display: inline-block;
    font-weight: 600;
}

.w3l-features-4 a.red:hover {
    color: var(--theme-color);
}

.w3l-features-4 .features h5 {
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.w3l-features-4 .features h5 a {
    color: var(--title-color);
}

.w3l-features-4 .features h5 a:hover {
    color: #d1a501;
}

.w3l-features-4 .icon span.fa {
    font-size: 36px;
    color: #d1a501;
}

.w3l-features-4 .feature-gd {
    grid-template-columns: auto 1fr;
    display: grid;
    grid-gap: 20px;
}

.w3l-features-4 .features p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}


/* pricing-7*/

.w3l-pricing-7 {
    /* //pricing-7*/
}

.w3l-pricing-7 .w3l-pricing-7_sur {
    background: #fff;
}

.w3l-pricing-7 .w3l-pricing-7-gd-top {
    max-width: 1000px;
    margin: 0 auto;
}

.w3l-pricing-7 h5 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 600;
    background: var(--secondary-color);
    padding: 8px;
    border-radius: 30px;
    max-width: 150px;
    margin: 10px auto 30px;
}

.w3l-pricing-7 h6 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--theme-color);
    padding: 12px 0;
    border-radius: 4px 4px 0 0;
    background: var(--opposite-color);
}

.w3l-pricing-7 .w3l-pricing-7-top p {
    color: #fff;
    font-size: 16px;
}

.w3l-pricing-7 .w3l-pricing-7-bottom {
    text-align: center;
    padding: 20px 0;
}

.w3l-pricing-7 .w3l-pricing-7.pric-7.active {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.w3l-pricing-7 .w3l-pricing-7.pric-7-2 {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.w3l-pricing-7 h3.title-sub {
    font-size: 36px;
    margin-bottom: 5px;
    color: var(--opposite-color);
    font-weight: 600;
}

.w3l-pricing-7 .w3l-pricing-7-top {
    background: var(--theme-color);
    text-align: center;
    padding: 24px 0;
}

.w3l-pricing-7 p.tick-info {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.w3l-pricing-7 p.pric-foot {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    margin-top: 40px;
}

.w3l-pricing-7 p.pric-foot a {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
}

.w3l-pricing-7 ul.links li {
    list-style: none;
    margin-bottom: 14px;
    color: #3a3939;
}

.w3l-pricing-7 li.tick-info span {
    color: green;
    margin-right: 10px;
    vertical-align: middle;
    width: 25px;
    line-height: 25px;
    height: 25px;
    background: rgba(0, 128, 0, 0.14);
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.w3l-pricing-7 li.tick-info span.fa-times {
    color: var(--theme-color);
    background: rgba(253, 72, 78, 0.2);
}

.w3l-pricing-7 .w3l-pricing-7.pric-7-1 {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.w3l-pricing-7 p.pric-foot span {
    color: #fb1b26;
}

.w3l-pricing-7 .buy-button .buttonbg {
    width: 100%;
}

.w3l-pricing-7 li.tick-info.disable {
    opacity: 0.6;
}

.w3l-pricing-7 .button.btn-normal {
    background: transparent;
    border: 2px solid rgba(253, 72, 78, 0.36);
    color: var(--theme-color);
}

.w3l-pricing-7 .button.btn-normal:hover {
    background: var(--theme-color);
    border: 2px solid transparent;
    color: var(--white-color);
}

@media (max-width: 736px) {
    .w3l-pricing-7 p.pric-foot {
        margin-top: 25px;
    }

    .w3l-pricing-7 .w3l-pricing-7-gd-top {
        max-width: 400px;
    }
}


/* contact us */

.button {
    display: inline-block;
    background: var(--bg-header);
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px
}

.button:hover {
    opacity: 0.8
}

.contact_info {
    width: 100%;
    padding-top: 40px
}

.contact_info_item {
    width: calc((100% - 60px) / 3);
    height: 100px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 32px;
    padding-right: 15px;
    display: flex;
    border-radius: 50px 0;
    border-top: 1px solid var(--bg-header);
    border-bottom: 1px solid var(--bg-header);
    margin: 0 10px;
    align-items: center;
}

.contact_info_image {
    width: 35px;
    /* height: 30px; */
    text-align: center
}

.contact_info_image img {
    max-width: 100%
}

.contact_info_image i {
    color: var(--text-header);
}

.contact_info_content {
    padding-left: 0;
    font-weight: 600;
}

.contact_info_title {
    font-weight: 500
}

.contact_info_text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
}

.contact_form {
    padding-top: 85px
}

.contact_form_container {}

.contact_form_title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 37px
}

.contact_form_inputs {
    margin-bottom: 30px
}

.input_field {
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 25px;
    border: solid 1px #938f8f;
    border-radius: 5px;
    outline: none;
    color: var(--bg-header);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.input_field:focus,
.text_field:focus {
    border-color: #000;
}

.input_field:hover,
.text_field:hover {
    border-color: #000;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1)
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1)
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1)
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1)
}

.input_field::input-placeholder,
.text_field::input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1)
}

.text_field {
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    color: #0e8ce4;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.contact_submit_button {
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
    float: right;
}

.panel {
    width: 100%;
    height: 50px;
    background: #fafafa;
    margin-top: 120px
}

@media only screen and (max-width: 991px) {
    .contact_info_item {
        width: 100%;
        margin-bottom: 30px
    }

    .contact_info_item:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 767px) {
    .input_field {
        margin-bottom: 30px;
        width: 100%
    }

    .input_field:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 575px) {
    .contact_submit_button {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px
    }
}


/* //contact us */

.w3l-contacts-12 .cont-subs {
    /* border: 1px solid #bdbdbd; */
    border-radius: 4px;
}

.w3l-contacts-12 .cont-subs {
    /* border: 1px solid #bdbdbd; */
    border-radius: 4px;
}

.contact {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.contact i {
    margin-right: 15px;
}

.w3l-contacts-12 .main-social-1 a {
    background: var(--text);
    width: 50Px;
    height: 50Px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
    margin: 0 2px;
}

.w3l-contacts-12 .main-social-1 a.facebook {
    background: #4267B2;
    color: #fff
}

.w3l-contacts-12 .main-social-1 a.twitter {
    background: #1DA1F2;
    color: #fff
}

.w3l-contacts-12 .main-social-1 a.google-plus {
    background: #FF0000;
    color: #fff
}

.w3l-contacts-12 .main-social-1 a.linkedin {
    background: #0A66C2;
    color: #fff
}

.w3l-contacts-12 .main-social-1 a.instagram {
    background-image: linear-gradient(135deg, #405DE6, #5B51D8, #833AB4, #C13584, #E1306C);
    color: #fff
}

.w3l-contacts-12 .main-social-1 a .fa-brands {
    /* color: var(--bg-header); */
    line-height: 50px;
    font-size: 29px;
}

.w3l-contacts-12 .cont-add {
    padding: 20px;
}

.w3l-contacts-12 .add-2 {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.w3l-contacts-12 .add-3 {
    border-top: 1px solid #bdbdbd;
}

.w3l-contacts-12 h3.title-main-cont {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

.w3l-contacts-12 p.sub-title-cont {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 40px;
}

.w3l-contacts-12 .cont-add {
    grid-template-columns: 1fr auto;
    display: grid;
    grid-gap: 20px;
    align-items: center;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.w3l-contacts-12 .cont-add span.fa {
    color: var(--text-header);
    font-size: 18px;
    /* background: #f5bd26; */
    padding: 8px;
    border-radius: 50%;
}

.w3l-contacts-12 .cont-add-lft {
    text-align: right;
    transform: translateY(0px);
}

.w3l-contacts-12 .top-inputs {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 1.5rem;
}

.w3l-contacts-12 form.main-input input,
.w3l-contacts-12 textarea {
    color: #222;
    font-size: 16px;
    border: none;
    padding: 12px;
    border: 1px solid #938f8f;
    width: 100%;
    line-height: 24px;
    border-radius: 4px;
    outline: none;
}

.w3l-contacts-12 textarea {
    min-height: 170px;
    margin: 1.5rem 0;
    resize: none;
}

.w3l-contacts-12 .cont-add h4 {
    font-size: 18px;
    color: var(--text-header);
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.w3l-contacts-12 .contact-text-sub {
    line-height: 25px;
    font-size: 16px;
    color: var(--text-color);
}

.w3l-contacts-12 .social-icons-con {
    margin-top: 2.5em;
}

.w3l-contacts-12 .social-icons-con a span {
    font-size: 23px;
    margin: 0 5px;
}

.w3l-contacts-12 .social-icons-con a span.fa-facebook-square {
    color: #3b5998;
}

.w3l-contacts-12 .social-icons-con a span.fa-twitter-square {
    color: #00acee;
}

.w3l-contacts-12 .social-icons-con a span.fa-google-plus-square {
    color: #dd4b39;
}

.w3l-contacts-12 .map {
    padding-top: 80px;
}

.w3l-contacts-12 .map iframe {
    width: 100%;
    height: 400px;
    display: block;
}

.cont-main-top {
    flex-direction: row;
}

.contacts12-main .d-flex {
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {

    .w3l-contacts-12 .contact-top,
    .w3l-contacts-12 .map {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .w3l-contacts-12 .cont-main-top {
        grid-template-columns: 1fr;
    }

    .w3l-contacts-12 .social-icons-con {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    .w3l-contacts-12 h3.title-main-cont {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 6px;
    }

    .w3l-contacts-12 p.sub-title-cont {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 30px;
    }

    .w3l-contacts-12 .map iframe {
        height: 350px;
    }
}

@media screen and (max-width: 414px) {

    .w3l-contacts-12 .contact-top,
    .w3l-contacts-12 .map {
        padding-top: 40px;
    }

    .w3l-contacts-12 .top-inputs {
        grid-template-columns: 1fr;
        grid-gap: 15px;
        margin-bottom: 1rem;
    }

    .w3l-contacts-12 textarea {
        margin: 1rem 0 1.5rem;
    }
}

@media screen and (max-width: 384px) {
    .w3l-contacts-12 .line {
        margin: 3em 0;
    }
}

.breadcrum-bg {
    position: relative;
    background-image: url(../images/bg/second.webp);
    background-size: cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    padding-top: 7rem !important;
}

.breadcrum-bg:before {
    content: "";
    background: rgba(0, 33, 71, 35%);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-about-breadcrum .breadcrum-bg h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.w3l-about-breadcrum .breadcrum-bg p {
    font-size: 19px;
    color: #fff;
    margin-top: 10px;
}

.w3l-about-breadcrum .breadcrum-bg p a {
    font-size: 20px;
    color: var(--primary-color);
}

.w3l-about-breadcrum .breadcrum-bg p a:hover {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 736px) {
    .w3l-about-breadcrum .breadcrum-bg h2 {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .w3l-about-breadcrum .breadcrum-bg h2 {
        font-size: 35px;
    }
}

.w3l-contact-breadcrum .breadcrum-bg h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    display: flex;
    flex-direction: row;
}

.w3l-contact-breadcrum .breadcrum-bg p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 4;
}

.w3l-contact-breadcrum .breadcrum-bg p a {
    font-size: 16px;
    color: var(--primary-color);
}

.w3l-contact-breadcrum .breadcrum-bg p a:hover {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 736px) {
    .w3l-contact-breadcrum .breadcrum-bg h2 {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .w3l-contact-breadcrum .breadcrum-bg h2 {
        font-size: 35px;
    }
}

.w3l-service-breadcrum .breadcrum-bg h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    text-align: left;
}

.w3l-service-breadcrum .breadcrum-bg p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}

.w3l-service-breadcrum .breadcrum-bg p a {
    font-size: 16px;
    color: var(--primary-color);
}

.w3l-service-breadcrum .breadcrum-bg p a:hover {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 736px) {
    .w3l-service-breadcrum .breadcrum-bg h2 {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .w3l-service-breadcrum .breadcrum-bg h2 {
        font-size: 35px;
    }
}

.orderSection .section.row {
    flex-direction: row;
}

.numberOrder {
    font-weight: 800;
    font-size: 33px;
}

.orderSection .col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 40px; */
}

.orderSection .numberOrder {
    width: 45px;
    height: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    background: var(--primary-color);
    border: 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* course section */


/* course section */

.ih-item.circle {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.e-serv.ih-item.circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.ih-item.circle.effect16.left_to_right .img,
.e-serv.ih-item.circle.effect16.left_to_right .img {
    -webkit-transform-origin: 95% 40%;
    -moz-transform-origin: 95% 40%;
    -ms-transform-origin: 95% 40%;
    -o-transform-origin: 95% 40%;
    transform-origin: 95% 40%;
}

.ih-item.circle.effect16 .img,
.e-serv.ih-item.circle.effect16 .img {
    z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.e-serv.ih-item.circle .img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.ih-item.circle.effect16 .info {
    background: var(--bg-header);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.e-serv.ih-item.circle.effect16 .info {
    background: #2e2e2e;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .info,
.e-serv.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ih-item.circle.effect16 .info h3 {
    color: #fff;
    position: relative;
    font-size: 18px;
    margin: 0 30px;
    padding: 75px 0 10px 0;
    height: 150px;
    background: transparent;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.e-serv.ih-item.circle.effect16 .info h3 {
    color: #1C9611;
    position: relative;
    font-size: 12px;
    margin: 0 10px;
    padding: 35px 0 10px 0;
    height: 150px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect16 .info p,
.e-serv.ih-item.circle.effect16 .info p {
    color: #bbb;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect16.left_to_right a:hover .img,
.e-serv.ih-item.circle.effect16.left_to_right a:hover .img {
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.ih-item.circle .img:before,
.e-serv.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect16.left_to_right .img:after,
.e-serv.ih-item.circle.effect16.left_to_right .img:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

h6.small-heading {
    font-size: 18px;
}

h6.small-heading a {
    color: #333;
}

.img img {
    width: 100%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    width: 180px;
    height: 180px;
}


/* //course section */

.w3l-footer-29-main {
    background: var(--bg-header);
    overflow: hidden;
}

.w3l-footer-29-main .footer-1 h1,
.w3l-footer-29-main .footer-1 h4 {
    color: var(--primary);
    text-align: left;
}

.w3l-footer-29-main .footer-1 h1,
.w3l-footer-29-main .footer-1 h4 {
    color: var(--primary);
}

.campany-name-footer {
    FONT-WEIGHT: 600;
    display: flex;
    flex-direction: row;
    color: var(--yellow-color);
    padding: 0;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: moolbor;
    /* font-size: 56px; */
    font-weight: 400;
    letter-spacing: 2px;
    transform: translate(17px, 15px);
}

.campany-name-footer-2 {
    font-size: 14px;
    color: var(--primary-color);
    background: var(--theme-color);
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    vertical-align: text-bottom;
    transform: translate(5px, 5px);
}

.campany-name-footer .tm {
    color: var(--secondary-color);
}

.w3l-servicesblock2 .d-flex .form-control {
    height: 45px;
    text-align: right;
    border-radius: 15px;
    background: #f1f1f1;
    margin-top: 15px;
}

.w3l-servicesblock2 .d-flex .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(44 73 153 / 40%);
}

.w3l-servicesblock2 .d-flex {
    position: relative;
    float: right;
}

.w3l-servicesblock2 .d-flex .fa {
    position: absolute;
    top: 26px;
    left: 15px;
    font-size: 20px;
    color: #a5a2a2;
}

.footer-4 .d-flex {
    flex-direction: column;
    align-items: flex-start;
}

.footer-4 .d-flex .location {
    text-align: left;
}

.footer-4 .d-flex .location a {
    font-size: 17px;
}

.footer-4 .d-flex button {
    background: var(--primary);
    overflow: hidden;
}

.footer-2 ul li,
.footer-3 ul li {
    position: relative
}

.footer-2 ul li::after,
.footer-3 ul li::after {
    content: '';
    position: absolute;
    left: -17px;
    top: 8px;
    border: 5px solid #fdc800;
    border-radius: 50%;
}

.w3l-footer-29-main a.navbar-brand {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.w3l-footer-29-main a.navbar-brand span.fa {
    color: var(--primary-color);
}

.w3l-footer-29-main h6.footer-title-29 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    color: #fff;
    opacity: .9;
    text-align: left;
}

.w3l-footer-29-main .footer-list-29 ul li,
.w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
    list-style: none;
    margin-bottom: 10px;
}

.w3l-footer-29-main .footer-list-29 ul li:last-child {
    margin-bottom: 0px;
}

.w3l-footer-29-main p {
    font-size: 18px;
    line-height: 28px;
    color: white;
}

.w3l-footer-29-main .footer-list-29 ul li a,
.w3l-footer-29-main .footer-list-29 ul li p,
.w3l-copyright .footer-list-29 ul li a,
.w3l-footer-29-main a {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.w3l-footer-29-main .footer-list-29 ul li a {
    opacity: .8;
}

.w3l-footer-29-main .footer-list-29 ul li a:hover,
.w3l-copyright .footer-list-29 ul li a:hover,
.w3l-footer-29-main a:hover {
    color: #fdc800;
}

.row-fo .col-8 {
    text-align: left;
}

.w3l-footer-29-main .footer-list-29 ul li .btn a {
    color: var(--primary-dark);
    font-size: 20px;
    background: var(--primary);
}

.row-fo .fa-lg {
    color: var(--secondary-color);
    float: right;
}

.w3l-footer-29-main .footer-list-29 .row-fo .btn {
    background: var(--primary-color);
    color: #fff;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.chat {
    display: flex;
    position: fixed;
    flex-direction: column;
    bottom: 40px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
}

.chat button {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 36px;
    border-radius: 8px;
    transition: 0.3s ease-out;
}

.chat .messenger {
    bottom: 100px;
}

.chat .whatsapp {
    background: #25D366;
}

.chat .fa {
    font-size: 35px;
    margin: 5px 0;
}

.main-social-footer-29 a {
    margin-right: 10px;
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    background: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    transition: 0.6s;
    color: #fff;
    font-size: 22px;
}

.main-social-footer-29 a:hover {
    background: var(--primary-color);
    transition: 0.3s;
    color: #fff;
    opacity: 1;
}

.footer-list-29 ul li span.fa {
    width: 25px;
}

.w3l-copyright .copy-footer-29 a {
    font-size: 16px;
    transition: .7s ease;
    color: var(--text-header);
}

.w3l-copyright .copy-footer-29 a:hover {
    opacity: .7;
}

.logos {
    background-color: var(--bg);
}

.logo-name {
    display: flex;
    font-family: moolbor;
    font-size: 46px;
    font-weight: normal;
    width: fit-content;
    transform: translateY(10px);
    text-transform: uppercase;
    letter-spacing: 2px;
    /* transform: translateX(-10px); */
    margin-left: -10px;
}

.w3l-copyright {
    background: var(--bg-header);
    padding: 1em 0;
    border-top: 1px solid rgba(167, 166, 166, 0.2);
}

.w3l-footer-29-main .footer-29 form {
    margin-top: 25px;
    position: relative;
}

.w3l-footer-29-main .footer-post a {
    font-weight: 500;
    color: #ccc;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
    display: inline-block;
}

.w3l-footer-29-main .footer-post a:hover {
    color: #eee;
}

.w3l-footer-29-main .map-iframe-ft iframe {
    -webkit-filter: var(--iframe-filter);
    -moz-filter: var(--iframe-filter);
    -ms-filter: var(--iframe-filter);
    -o-filter: var(--iframe-filter);
    filter: var(--iframe-filter);
    height: 200px;
    border-radius: var(--border-radius);
}

.footer-4 .d-flex li {
    position: relative;
}

.footer-4 .d-flex li i {
    position: absolute;
    font-size: 22px;
    top: 10%;
    left: -34px;
    color: var(--secondary-color);
}

.footer-logo span img {
    margin-left: 10px;
}

.w3l-copyright h4.copy-footer-29 {
    align-self: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    direction: rtl;
}

@media (max-width: 1080px) {

    .w3l-footer-29-main .footer-list-29 ul li a,
    .w3l-footer-29-main .footer-list-29 ul li p,
    .w3l-copyright .footer-list-29 ul li a {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .w3l-copyright .copy-footer-29 {
        text-align: center;
    }

    .w3l-footer-29-main ul.list-btm-29 {
        text-align: center;
        margin-top: 10px;
    }

    .w3l-footer-29-main h6.footer-title-29 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .w3l-copyright .main-social-footer-29 {
        text-align: center;
        margin-top: 20px;
    }

    .row-fo {
        flex-direction: row;
    }

    .row-fo .col-10 {
        text-align: right;
    }
}

@media screen and (min-width: 576px) {
    .w3l-footer-29-main .footer-list-29 ul li {
        margin: 0px 10px 10px 10xp;
    }
}

@media (max-width: 415px) {

    .w3l-footer-29-main .footer-list-29 ul li,
    .w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
        margin-bottom: 8px;
    }

    .w3l-footer-29-main a.navbar-brand {
        font-size: 26px;
    }
}

.w3l-footer-29-main .footer-list-29 ul li {
    margin: 15px;
}

.social-icons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

source .w3l-customers {
    background: var(--primary-color);
}

.w3l-customers .logo-view img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.3s ease;
    padding: 1rem 2rem;
}

.w3l-customers .logo-view img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: 0.3s ease;
}

@media (max-width: 480px) {
    .w3l-customers .logo-view img {
        padding: 0.5rem 1rem;
    }
}

.w3l-news #grids5-block {
    background: var(--bg-color);
}

.w3l-news .blog-info {
    padding: 30px 25px;
    border: 1px solid var(--border-color-light);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.w3l-news .grids5-info {
    transition: 0.3s ease-in;
    display: block;
    height: 100%;
    background: var(--bg-color);
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.w3l-news a.zoom {
    overflow: hidden;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.w3l-news a.zoom img {
    transition: 0.3s ease-in-out;
}

.w3l-news .grids5-info:hover img {
    overflow: hidden;
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.w3l-news img.news-image {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.w3l-news .grids5-info h4 a {
    font-size: 22px;
    line-height: 27px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
    margin-top: 15px;
}

.w3l-news .grids5-info h4 a:hover {
    color: var(--primary-color);
}

.w3l-news .grids5-info p {
    margin-top: 15px;
}

.w3l-news li.date {
    font-size: 15px;
    color: var(--font-color);
    margin-top: 0;
}

.w3l-news li.date span.fa {
    color: var(--primary-color);
}

.w3l-news .grids5-info img {
    width: 100%;
    display: block;
}

ul.info-ul li {
    display: inline-block;
    margin-right: 20px;
}

.main-social-footer-29 a {
    margin-right: 10px;
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    background: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    transition: 0.6s;
    color: #fff;
    font-size: 22px;
}

.main-social-footer-29 a:hover {
    background: var(--primary-color);
    transition: 0.3s;
    color: #fff;
    opacity: 1;
}

.show-btn {
    left: 20px;
}

.movetop {
    position: fixed;
    bottom: 40px;
    right: -100px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--text);
    background: var(--primary-color);
    padding: 0;
    line-height: 36px;
    border-radius: 8px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.show-btn {
    right: 20px;
}

.single-blog .accordion-header {
    width: 100%;
}

.accordion-body p {
    font-size: 20px;
    line-height: 30px;
}

.single-blog .accordion-button {
    background: #ffffff00;
    color: #000;
    /* border: 1px solid #000; */
    /* background: #1f4876; */
    font-size: 17px;
}

.about-content {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #e1e4ed;
    padding: 30px;
}

/* card*/
.about-content .card {
    position: relative;
    width: 503px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    border-radius: 25px;
    padding: 17px 4px;
    min-height: 286px;
}

@media screen and (max-width: 768px) {
    .about-content .card {
        width: unset;
        margin-top: 72px;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .about-content .card {
        /* height: 350px; */
    }
}

.about-content .card .inner-card {
    display: flex;
    align-items: center;
    /* transform: translateY(22px); */
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .about-content .card .inner-card {
        flex-direction: column;
        width: unset;
        margin-top: 16px;
        justify-content: center;
    }
}

.about-content .card-img {
    position: absolute;
    /* margin: auto; */
    /* right: 0; */
    left: 0;
    top: 0;
    transform: translate(-15%, 22%);
}

.about-content img {
    width: 209px !important;
    flex-shrink: 0;
    height: 200px;
    background-image: linear-gradient(147deg, #55657e 0%, #87bbaf 74%);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;

    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .about .card-body {
        margin-top: -99px;
        transform: translateX(0px) !important;
        /* width: 50%; */
        width: unset;
        padding: 210px 10px 10px 10px;
        padding-left: 5px !important;
    }
}

@media screen and (max-width: 992px) {
    .about-content img {}
}

.d-grid-temp {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
}

@media (max-width: 1400px) {
    .d-grid-temp {
        grid-template-columns: auto;
        /* gap: 48px; */
    }
}

@media screen and (max-width: 767px) {
    .about-content img {
        /* transform: translate(17%,-46%); */
        width: 90%;
    }

    .about-content .card-img {
        position: absolute;
        transform: translate(26%, -37%);
    }
}

@media screen and (max-width: 576px) {
    .about-content img {
        width: 210px !important;
        height: 210px;
        margin: auto;

    }
}

@media screen and (max-width: 578px) {
    .about-content .card-img {
        position: absolute;
        transform: translate(25%, -37%) !important;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 490px) {
    .about-content .card-img {
        position: absolute;
        transform: translate(21%, -36%) !important;
    }
}

@media screen and (max-width: 390px) {
    .about-content .card-img {
        position: absolute;
        transform: translate(13%, -38%) !important;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 320px) {
    .about-content .card-img {
        position: absolute;
        transform: translate(16%, -26%) !important;
    }

    .about-content img {
        width: 160px !important;
        height: 167px !important;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .about-content img {
        height: 227px;
    }
}

.card-text {
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}

.about-content img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(133deg, #005189 0%, #3b42d6 74%);
    border-radius: 20px;
    opacity: 0.6;
    z-index: 999999;
}

/* end */



.img-about {
    border-radius: 237px 237px 80px 237px;
}

.border-radius {
    border-radius: 237px 237px 237px 80px;
}

.sectio-media .row {
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.bg-img {
    /* height: 400px; */
    background-image: url('../images/peoples/wsi-imageoptim-VAF-Wilkommen-1080x675-1550295528-removebg-preview.png');
    background-size: cover;
}

.sectio-media {
    background-image: linear-gradient(317deg, var(--yellow-color), var(--primary-color));
    background: var(--text);
}

.sectio-media .row p {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.sectio-media .row p i {
    margin-right: 5px;
    color: var(--primary-color);
}

.text-section {
    /* text-align: right; */
    /* padding: 100px 0; */
}

.row.text-section {
    display: flex;
    flex-direction: row-reverse;
}

h3.title {
    color: var(--primary-color);
    position: relative;
    font-weight: 900;
}


/* h3.title.text-light:before,
h3.title.text-light:after {
    position: absolute;
    background: #fff;
    width: 10%;
    height: 2px;
    content: " ";
    bottom: -50%;
} */

h3.title:before,
h3.title:after {
    position: absolute;
    background: var(--primary-color);
    width: 10%;
    height: 2px;
    content: " ";
    bottom: -15%;
}


/* h3.title.text-light:after {
    bottom: -75%;
    left: 42%;
} */

h3.title:after {
    bottom: -40%;
    left: 43%;
}

h3.title:before {
    right: 43%;
}


/* blog */

.w3l-text-11 .row {
    /* flex-direction: row-reverse; */
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

ul.admin-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.submit .btn-style {
    float: right;
}

.admin-list li {
    list-style-type: none;
}

.admin-list li {
    list-style-type: none;
}

.admin-list li a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.admin-list li a i {
    margin-right: 5px;
    color: var(--primary-color);
}

.text11-content p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: var(--font-color);
    letter-spacing: .2px;
}

blockquote.quote {
    border-left: 3px solid var(--primary-color);
}

blockquote.quote {
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 2%);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}

blockquote.quote q {
    font-size: 15px;
    line-height: 26px;
}

footer.blockquote-footer {
    color: var(--secondary-color);
    font-size: 16px;
}

.w3l-text-11 h3.aside-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.align-self {
    align-self: center;
}

a.blog-desc1 {
    font-size: 18px;
    color: var(--heading-color);
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}

.author a {
    color: var(--font-color);
    font-size: 14px;
}

.news-img a,
.blog-info a,
.text11-content .card a {
    overflow: hidden;
}

.sidebar-widget {
    margin-bottom: 40px;
    padding: 0 20px;
}

.sidebar-title h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.sidebar-title h4:before {
    width: 10%;
    height: 2px;
    background: var(--primary-color);
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
}

.popular-posts .post {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.popular-posts .post img {
    display: block;
    width: 100%;
    border-radius: 4px;
    width: 85px;
    height: 85px;
    margin-right: 15px;
}

.popular-posts .post .text a {
    font-size: 15px;
    font-weight: 500;
    color: var(--heading-color);
    line-height: 25px;
}

.popular-posts .post-info {
    font-size: 14px;
    color: var(--font-color);
    font-weight: 400;
    margin-top: 4px;
}

.popular-posts .post {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.sidebar-title h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.blog-cat {
    position: relative;
    padding: 0;
}

.blog-cat li {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color-light);
}

.blog-cat li a {
    position: relative;
    color: var(--heading-color);
    font-size: 15px;
    display: block;
    line-height: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: .3s ease;
}

.blog-cat li a label {
    font-size: 14px;
    margin-left: auto;
    width: 27px;
    height: 27px;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    border-radius: 6px;
    background-color: var(--primary-color);
    color: #fff;
    margin-bottom: 0;
}

.text-header {
    line-height: 34px;
    margin-right: auto;
}


/* //blog */


/* counter */

.counter_section {
    background-color: #F0F8FF;
}

.counter {
    background: #fff;
    text-align: center;
    width: 210px;
    padding: 0 0 25px;
    margin: 0 auto 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

.counter:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    bottom: -15px;
    left: 50%;
}

.counter .counter-value {
    color: #fff;
    /* background: linear-gradient(to right, #19bbd2, #2778ee); */
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 3px;
    margin: 0 0 25px;
    border-radius: 10px 10px 0 0;
    display: block;
    background: var(--bg-header);
}

.counter-text h3 {
    color: #2778ee;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 25px;
}

.counter .counter-icon {
    color: #fff;
    background: linear-gradient(to right, #19bbd2, #2778ee);
    font-size: 40px;
    line-height: 60px;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 10px;
    margin: 45px auto;
}

.counter.purple .counter-value,
.counter.purple .counter-icon {
    /* background: linear-gradient(to right, #8f70e7, #c452ef); */
}

.counter.purple h3 {
    color: #c452ef;
}

.counter.magenta .counter-value,
.counter.magenta .counter-icon {
    background: linear-gradient(to right, #e84a94, #ae379b);
}

.counter.magenta h3 {
    color: #ae379b;
}

.counter.yellow .counter-value,
.counter.yellow .counter-icon {
    background: linear-gradient(to right, #fecb4b, #e69814);
}

.counter.yellow h3 {
    color: #e69814;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 45px;
    }
}


/* //counter */


/* //blog */


/* counter */

.counter_section {
    background-color: #F0F8FF;
}

.counter_section .counter {
    background: #fff;
    text-align: center;
    width: 210px;
    padding: 0 0 25px;
    margin: 0 auto 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

.counter:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    bottom: -15px;
    left: 50%;
}

.counter .counter-value {
    color: #fff;
    /* background: linear-gradient(to right, #19bbd2, #2778ee); */
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 3px;
    margin: 0 0 25px;
    border-radius: 10px 10px 0 0;
    display: block;
    background: var(--bg-header);
}

.counter-text h3 {
    color: #2778ee;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 25px;
}

.counter .counter-icon {
    color: #fff;
    background: linear-gradient(to right, #19bbd2, #2778ee);
    font-size: 40px;
    line-height: 60px;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 10px;
    margin: 45px auto;
    background: var(--yellow-color);
}

.counter.purple .counter-value,
.counter.purple .counter-icon {
    /* background: linear-gradient(to right, #8f70e7, #c452ef); */
}

.counter.purple h3 {
    color: #c452ef;
}

.counter.magenta .counter-value,
.counter.magenta .counter-icon {
    background: linear-gradient(to right, #e84a94, #ae379b);
}

.counter.magenta h3 {
    color: #ae379b;
}

.counter.yellow .counter-value,
.counter.yellow .counter-icon {
    background: linear-gradient(to right, #fecb4b, #e69814);
}

.counter.yellow h3 {
    color: #e69814;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 45px;
    }
}


/* //counter */


/*  */

.w3l-feature-3 .demo {
    background-color: #EBE8EE;
}

.w3l-feature-3 .counter {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    height: 324px;
    overflow: hidden;
    width: 210px;
    padding: 7px 4px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.w3l-feature-3 .counter:before {
    content: '';
    background-color: #fff;
    height: 157px;
    width: 157px;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}

.w3l-feature-3 .counter .counter-icon {
    color: #fff;
    background: linear-gradient(#F83F83, #E2056F);
    line-height: 70px;
    font-size: 35px;
    height: 70px;
    width: 70px;
    margin: 0 auto 8px;
    border-radius: 19px 0 50px;
    transform: rotate(45deg);
}

.w3l-feature-3 .counter .counter-icon i {
    transform: rotate(-45deg);
}

.w3l-feature-3 .counter .counter-value {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 13px 0;
    display: block;
}

.w3l-feature-3 .counter p {
    color: #fff;
    background: linear-gradient(#F83F83, #E2056F);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 5px;
    margin: 0;
    border-radius: 0 0 20px 20px;
    position: relative;
}

.w3l-feature-3 .counter p:before,
.w3l-feature-3 .counter p:after {
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #c90460 50%);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -2;
}

.w3l-feature-3 .counter p:after {
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}

.w3l-feature-3 .counter.purple .counter-icon,
.w3l-feature-3 .counter.purple p {
    background: linear-gradient(#B05FDF, #7B26DD);
}

.w3l-feature-3 .counter.purple p:before,
.w3l-feature-3 .counter.purple p:after {
    background: linear-gradient(to right bottom, transparent 49%, #5a07bf 50%);
}

.w3l-feature-3 .counter.blue .counter-icon,
.w3l-feature-3 .counter.blue p {
    background: linear-gradient(#00BCF9, #027AF6);
}

.w3l-feature-3 .counter.blue p:before,
.w3l-feature-3 .counter.blue p:after {
    background: linear-gradient(to right bottom, transparent 49%, #0466c9 50%);
}

.w3l-feature-3 .counter.green .counter-icon,
.w3l-feature-3 .counter.green p {
    background: linear-gradient(#aff400, #6cc425);
}

.w3l-feature-3 .counter.green p:before,
.w3l-feature-3 .counter.green p:after {
    background: linear-gradient(to right bottom, transparent 49%, #489e03 50%);
}

@media screen and (max-width:990px) {
    .w3l-feature-3 .counter {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:990px) {
    .w3l-feature-3 .counter {
        margin-bottom: 40px;
    }
}

.w3l-text-11 h3.aside-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.w3l-text-11 .card {
    border: none;
}

.w3l-text-11 .history-info {
    max-width: 100%;
    margin: 0 auto;
}

.w3l-text-11 .comments h5,
a.title-team-28 {
    font-size: 22px;
    line-height: 32px;
    color: var(--heading-color);
    font-weight: bold;
    margin: 0;
    margin-bottom: 8px;
    display: block;
    text-align: left;
    /* text-align: right; */
}

blockquote.quote {
    border-left: 3px solid var(--primary-color);
}

footer.blockquote-footer {
    color: var(--primary-color);
    font-size: 16px;
}

blockquote.quote q {
    font-size: 15px;
    line-height: 26px;
}

.w3l-text-11 .author-cardview,
blockquote.quote {
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
}

.w3l-text-11 .author-right .social li a {
    font-size: 16px;
    color: var(--heading-color);
    margin-right: 20px;
}

.w3l-text-11 .author-right .social li a:hover {
    color: var(--primary-color);
}

.w3l-text-11 .comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}

.w3l-text-11 .comments-grid-right ul li a {
    font-weight: 400;
    color: var(--primary-color);
    font-size: 15px;
}

.w3l-text-11 .text11-content h4.heading-no-margin {
    margin: 0;
}

.w3l-text-11 .text11-content .social {
    align-self: center;
}

.w3l-text-11 img.margin-top {
    margin-top: 30px;
}

.w3l-text-11 .text11-content .social li p {
    font-size: 22px;
    color: var(--heading-color);
    font-weight: 600;
}

.w3l-text-11 .social-share-blog {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
}

.text-list ol li {
    font-size: 1.2em;
    line-height: 28px;
    margin: 10px 0;
    color: var(--font-color);
    list-style-type: disc;
    font-weight: 400;
}

ul.comment {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
    /* flex-direction: row-reverse; */
}

.w3l-text-11 .leave-comment-form input,
.w3l-text-11 .leave-comment-form textarea {
    outline: none;
    border: none;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 28px;
    color: #060606;
    width: 100%;
    height: inherit;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: none;
    text-align: left;
}

.btn-style {
    background: var(--primary-color);
    color: #fff
}

.w3l-text-11 .leave-comment-form input:focus,
.w3l-text-11 .leave-comment-form textarea:focus {
    border: 1px solid var(--primary-color);
}

.w3l-text-11 .comments {
    margin: 60px 0;
}

.w3l-text-11 textarea.form-control {
    height: 150px;
    font-family: inherit;
    resize: none;
}

.w3l-text-11 .features-2 .feature-main {
    padding-top: 40px;
    padding-bottom: 0px;
}

.w3l-text-11 .media {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 15px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eee;
    padding: 30px 20px;
    border-radius: 8px;
    /* display: flex; */
    /* flex-direction: row-reverse; */
}

.w3l-text-11 .media-2 {
    border-top: 1px solid var(--border-color-light) !important;
}

.w3l-text-11 .media a.comment-img {
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 50%;
}

.w3l-text-11 .feature-main .img1 {
    padding: 20px 10px;
    border: 1px solid rgba(130, 152, 171, 0.2);
}

.w3l-text-11 .feature-main .img1:hover {
    background: #fff;
}

.w3l-text-11 .feature-main .img1 img {
    width: 35px;
}

.w3l-text-11 .features-2 .img1 h4 {
    margin-top: 10px;
}

.w3l-text-11 .social li {
    display: inline-block;
}

.w3l-text-11 ul.social li a {
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--bg-light);
    text-align: center;
    margin-right: 6px;
    color: var(--heading-color);
    border-radius: 6px;
    font-size: 15px;
}

.w3l-text-11 ul.social li span.fa {
    text-align: center;
    line-height: 40px;
}

.w3l-text-11 ul.social li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

a.blog-desc1 {
    font-size: 18px;
    color: var(--heading-color);
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}

a.blog-desc1:hover,
.author a:hover {
    color: var(--primary-color);
}

.author a {
    color: var(--font-color);
    font-size: 14px;
}

.w3l-text-11 .card.empty-post {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 8px;
}

.w3l-text-11 .card-body span.fa {
    font-size: 30px;
    color: var(--primary-color);
}

.w3l-text-11 .page-numbers {
    font-size: 20px;
    margin: 0 5px;
    font-weight: 500;
}

.w3l-text-11 a.posts-view-left {
    display: grid;
    grid-template-columns: 23% 72%;
    grid-gap: 4%;
    align-items: center;
    margin-top: 10px;
}

.w3l-text-11 span.nav-title {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--heading-color);
}

.w3l-text-11 a.posts-view-right {
    display: grid;
    grid-template-columns: 72% 23%;
    grid-gap: 4%;
    align-items: center;
    margin-top: 10px;
}

.w3l-text-11 a.posts-view label {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--heading-color);
}

.w3l-text-11 a.posts-view label:hover {
    color: var(--primary-color);
}

.w3l-text-11 .single-left .admin-post a span {
    width: 20px;
    color: var(--heading-color);
}

.w3l-text-11 .single-left .admin-post a:hover {
    color: var(--primary-color);
}

.ads-img-ab img {
    border-radius: var(--border-radius);
}

@media (max-width: 992px) {
    .w3l-text-11 .text11-content h5.quote {
        margin: 40px 0;
    }

    .w3l-text-11 a.posts-view-left,
    .w3l-text-11 a.posts-view-right {
        grid-template-columns: 100%;
        grid-gap: 0%;
    }

    .sidebar-side {
        order: 2;
    }
}

@media (max-width:667px) {
    .w3l-text-11 .text11-content .social li p {
        font-size: 17px;
    }
}

@media (max-width: 568px) {

    .w3l-text-11 .text11-content a.next,
    .w3l-text-11 .text11-content a.prev {
        font-size: 35px;
        line-height: 40px;
        margin-top: 10px;
    }

    .w3l-text-11 a.posts-view label {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .w3l-text-11 .text11-content p {
        margin-top: 15px;
    }

    .w3l-text-11 .text11-content h5.quote {
        font-size: 24px;
        line-height: 32px;
    }

    .w3l-text-11 .text11-content a.category {
        font-size: 15px;
        padding-left: 15px;
    }

    .w3l-text-11 .comments {
        margin: 30px 0;
    }

    .w3l-text-11 .text11-content a.next,
    .w3l-text-11 .text11-content a.prev {
        font-size: 30px;
        line-height: 35px;
    }

    .media-grid.even-grid {
        margin-left: 0px;
    }

    .w3l-text-11 .media-body.comments-grid-right {
        padding-left: 5px;
    }

    .w3l-text-11 .pagination li {
        margin: 0 2px;
    }

    .w3l-text-11 .comments-grid-right ul li {
        font-size: 13px;
        vertical-align: middle;
    }
}

@media (max-width:440px) {
    .w3l-text-11 .social-share-blog {
        grid-auto-flow: row;
        grid-gap: 15px;
    }

    .w3l-text-11 .text11-content .social {
        text-align: left;
    }

    .w3l-text-11 h3.aside-title {
        font-size: 22px;
        line-height: 32px;
    }

    ul.comment,
    .w3l-text-11 .media {
        grid-auto-flow: row;
        grid-gap: 10px;
    }

    .w3l-text-11 ul.social li {
        margin-right: 0px;
    }

    .column3 a {
        font-size: 16px;
    }
}

@media (max-width:400px) {
    .w3l-text-11 .text11-content h5.quote {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:400px) {
    .w3l-text-11 .text11-content h5.quote {
        font-size: 16px;
        line-height: 26px;
    }
}


#grids5-block .card {
    /* padding: 12px; */
    /* min-height: 407.33px; */
}

#grids5-block .card .rela1 {
    padding: 14px;
    padding-top: 2px;
}

#grids5-block .card .div-img {
    height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#grids5-block .owl-item img {
    display: block;
    width: 100%;
    height: 250px;

}

#grids5-block .carousel-product-name {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
}


#grids5-block .product-name {
    text-transform: capitalize;
    font-size: 15px;
    /* color: var(--bs-primary); */
    font-weight: normal;
    transition: 0.3s all ease-in-out;
    /* padding-bottom: 7pt; */
    text-align: left;
}

#grids5-block .product-name.Departments {
    height: 50px;
    overflow: hidden;
}



.similar-products {
    background: aliceblue;
}



.preloader {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10030;
}

div.loader {
    position: relative;
    width: 2em;
    height: 2em;
    border: 3px solid var(--bg-header);
    overflow: hidden;
    animation: spin 3s ease infinite;
}

div.loader::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 2em;
    height: 2em;
    background-color: var(--bg-header);
    transform-origin: center bottom;
    transform: scaleY(1);
    animation: fill 3s linear infinite;
}

@keyframes spin {

    50%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fill {

    25%,
    50% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}

/*
 */
.logo-view .card {
    padding: .8em;
    background: #f5f5f5;
    position: relative;
    overflow: visible;
}

.logo-view .card-img {
    /* background-color: #ffcaa6; */
    width: 100%;
    border-radius: .5rem;
    transition: .3s ease;
    z-index: 100;
    position: relative;
   }
   
   .logo-view .card-info {
    padding-top: 10px;
    direction: rtl;
}

.logo-view i,
.logo-view svg {
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
}

.logo-view .card-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

/*Text*/
.logo-view .text-title {
    font-weight: 900;
    font-size: 1em;
    line-height: 1.5;
}

.logo-view .text-body {
    font-size: .9em;
    padding-bottom: 10px;
}

/*Button*/
.logo-view .card-button {
    border: 1px solid #252525;
    display: flex;
    padding: .3em;
    cursor: pointer;
    border-radius: 50px;
    transition: .3s ease-in-out;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

/*Hover*/
.logo-view .card-img:hover {
    transform: translateY(-5%);
    /* box-shadow: rgba(226, 196, 63, 0.25) 0px 13px 47px -5px, rgba(180, 71, 71, 0.3) 0px 8px 16px -8px; */
}

.logo-view .card-button:hover {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    background-color: var(--secondary-color);
}



.hover-dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.dropdown-menu.animate-dropdown {
    display: block;
    opacity: 0;
    transform: translateY(4px);
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    background: whitesmoke;
}

.hover-dropdown:hover .arrow-icon {
    transform: rotate(180deg);
}

.arrow-icon {
    transition: transform 0.3s ease;
    margin-right: .1em;
    border-left: .2em solid transparent;
    border-right: .2em solid transparent;
    vertical-align: middle;
    position: absolute;
    transform: translate(6px, 7px);
}


.fixed_social .whats {
    background-color: #29a71a;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
}

.fixed_social .phone {
    background-color: #f5bd26;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
}


.fixed_social {
    position: fixed;
    flex-direction: column;
    right: 5px;
    z-index: 100;
    bottom: 43px;

}

.fixed_social a:hover {
    transform: scale(1.1);
    background-color: #f0f0f0;
    color: #000;
}

.fixed_social .consultation {
    background-color: #01122ef0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
}



/* faqs */

/* start number */
.wrapper svg {
    width: 30px;
    height: 30px;
    background: var(--main);
    border-radius: 50%;
}

.wrapper svg text {
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: var(--sec);
    font-size: 30px;
    color: var(--main);
}

@keyframes stroke {
    0% {
        fill: rgba(250, 250, 250, 1);
        stroke: var(--sec);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 1;
    }

    70% {
        fill: rgba(72, 138, 204, 0);
        stroke: var(--sec);
    }

    80% {
        fill: rgba(72, 138, 204, 0);
        stroke: var(--sec);
        stroke-width: 1;
    }

    100% {
        fill: white;
        stroke: rgba(54, 95, 160, 0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

.circ {
    background-color: #f5bd26;
    margin-right: .5rem;
}


.line {
    height: 2px;
    width: 25%;
    background-color: var(--sec);
}


.faqs-part{
    text-align: left !important;
}



/* end number */


/* start send btn */


form button[type=submit] {
    font-family: inherit;
    float: left;
    font-size: 20px;
    background: #f5bd26;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    border: 1px solid var(--main);
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}


button[type=submit] span {
    display: block;
    margin-right: 0.3em;
    transition: all 0.3s ease-in-out;
}

button[type=submit] svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}


button[type=submit]:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

button[type=submit]:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

button[type=submit]:hover span {
    transform: translateX(5em);
}

button[type=submit]:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

.text-shadow {
    font-size: 50px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 1;
    background: transparent;
}

.section-breadcrumb, .our-blogs, .our-vission, .single-blog{
    direction: ltr;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #f6f6f6 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-repeat: no-repeat;
    background-image: var(--bs-accordion-btn-icon) !important;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

/* privacy */

.our-vission .icon {
    background-color: white;
    color: #f5bd26;
    border-radius: 50%;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 22px;

}

.card-body p{
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: left !important;
}

.privacy-card{
    padding: 1.3rem 1.3rem 1.2rem; 
}
/* end about-company */

/* blog */

/* start breadcrumb */
.section-breadcrumb {
    position: relative;
    background-image: url(../images/bg/second.webp);
    background-size: cover;
    padding-top: 8rem !important;
    height: 270px;
}

.section-breadcrumb:before {
    content: "";
    background: rgb(5 5 5 / 65%);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
}



.section-breadcrumb a {
    /* z-index: 1; */
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #e3e3e3;
}

.section-breadcrumb p,
.breadcrumb-item.active {
    color: white;
    text-align: left !important;
}

.section-breadcrumb::after {
    content: '';
    position: absolute;
    background: url('../../images/blog- BG.webp') no-repeat left center;
    background-size: contain;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1);
    animation: bg-moving 10s infinite ease-in-out;
}

@keyframes bg-moving {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* end breadcrumb */

/* start services & blogs */
.our-services .card,
.our-blogs .card {
    position: relative;
    overflow: hidden;
}

.our-services .card::after,
.our-blogs .card::after {
    content: '';
    position: absolute;
    background-color: var(--main);
    width: 40px;
    height: 100px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    filter: blur(30px);
    animation: card-moving 10s infinite ease-in-out;
    z-index: 0;
}

.our-services .col-sm-4:nth-child(2n) .card::after,
.our-blogs .col-sm-4:nth-child(2n) .card::after {
    animation: card-moving 10s infinite ease-in-out;
    animation-delay: 2s;
}

@keyframes card-moving {

    0%,
    100% {
        top: 0;
    }

    50% {
        top: 100%;
    }
}

.our-blogs .card {
    background: hsl(0deg 0% 100% / 50%);
}

.our-blogs .card-body {
    border-top: 1px solid var(--main);
    border-right: 1px solid var(--main);
}

.our-services .img-card,
.our-blogs .img-card {
    width: 100%;
    height: 250px !important;
    object-fit: fill;
    aspect-ratio: 1 / 1;
}

.our-blogs .date,
.single-blog .date {
    color: var(--main);
    text-align: left !important;
}

.our-services .title,
.our-services .des,
.our-blogs .title,
.our-blogs .des {
    text-align: justify;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.our-services .des,
.our-blogs .des {
    -webkit-line-clamp: 2;
}

.our-services .link,
.our-blogs .link {
    background-color: var(--white);
    color: var(--main);
    border: 1px solid var(--main);
    z-index: 2;
}

.icon-socail .icon {
    color: var(--main);
    border: 1px solid var(--sec);
    box-shadow: -1px 1px var(--sec);
    transition: 0.46s;
}

.icon-socail .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: -1px 1px #f8f9fa;
}


.animated-button {
    background-color: #f5bd26;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: none;
    font-size: 16px;
    border-radius: 100px;
    font-weight: 600;
    box-shadow: 0 0 0 2px #ffffff20;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    color: white;
}
/* end services & blogs */
/* statisticssection */
.stats-container {
    background: white;
    padding: 42px;
    border-radius: 35px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* max-width: 930px; */
    margin: auto;
}
.stat-item {
    padding: 15px;
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: #f5bd26;
}
.stat-number span {
    color: black;
}
.stat-label {
    font-size: 18px;
    color: #555;
}
.stat-border {
    border-left: 1px solid gray;
}


/* customers */

/* start customers  */
.customers figure,
.customers .logo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;

}

.customers figure {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 50%;
}

.customers figure::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1);
    background-color: var(--sec);
    border-radius: 50%;
    animation: move-nave-shep 5s infinite ease-in;
    z-index: -1;
}

@keyframes move-nave-shep {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}


.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    border-radius: 0 0 6px 6px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0 !important;
        right: unset !important;
    }
} 

.single-blog{
    text-align: left !important;
}

.animated-button i{
    transform: rotate(180deg);
}

.faqs-card{
    
        flex: 1 1 auto;
        min-height: 1px;
        border-radius: 0 0 6px 6px;
        background: #f6f6f6;
        padding-left: 20px !important;
    
}

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
    text-align: left !important;
}



.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-icon {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('https://cdn-icons-png.flaticon.com/512/60/60995.png'); /* أو أي SVG تحبيه */
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

/* لما الأكوردين يتفتح، يقلب السهم */
.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}

.book{
    color: #f5bd26;
}
.address-faqs{
    text-align: left !important;
}

.project-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contant-servic-info {
    margin-top: auto;
}

@media (max-width:900px) {
    .w3l-bootstrap-header .navbar-light .navbar-nav .active>.nav-link, .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.active, .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link.show, .w3l-bootstrap-header .navbar-light .navbar-nav .show>.nav-link {
        color: #ffce00 !important;
        text-align: left !important;
    }

    .campany-name-footer .tm, .shadow .fs-1.mt-4, .w3l-bootstrap-header .navbar-light .navbar-brand:focus, .w3l-bootstrap-header .navbar-light .navbar-brand:hover, .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:focus, .w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:hover, footer.blockquote-footer, span.diff {
        text-align: left !important;
    }
    ul li:hover>ul {
        z-index: 100;
        display: none;
    }
}

.form-control-lg{
    text-align: left;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    border-radius: 0 0 6px 6px;
    background: #f6f6f6;
}


.w3l-customers-4 {
    background: url("../images/bg/header-page1.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.w3l-customers-4:before {
    content: "";
    background: rgb(0 0 0 / 56%);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

